1
0
forked from VimPlug/jedi

Update comment after refactor moved code

This commit is contained in:
Peter Law
2020-03-25 22:35:12 +00:00
parent e2090772f3
commit eac5ac8426

View File

@@ -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():