mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-27 19:42:19 +08:00
Update comment after refactor moved code
This commit is contained in:
@@ -220,7 +220,8 @@ class GenericClass(ClassMixin, DefineGenericBase):
|
|||||||
for element in value_set:
|
for element in value_set:
|
||||||
if element.api_type == u'function':
|
if element.api_type == u'function':
|
||||||
# Functions & methods don't have an MRO and we're not
|
# 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
|
continue
|
||||||
|
|
||||||
if element.is_instance():
|
if element.is_instance():
|
||||||
|
|||||||
Reference in New Issue
Block a user