forked from VimPlug/jedi
Update comment after refactor moved code
This commit is contained in:
@@ -220,7 +220,8 @@ class GenericClass(ClassMixin, DefineGenericBase):
|
||||
for element in value_set:
|
||||
if element.api_type == u'function':
|
||||
# Functions & methods don't have an MRO and we're not
|
||||
# expecting a Callable (those are handled separately above).
|
||||
# expecting a Callable (those are handled separately within
|
||||
# TypingClassValueWithIndex).
|
||||
continue
|
||||
|
||||
if element.is_instance():
|
||||
|
||||
Reference in New Issue
Block a user