mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-26 17:37:15 +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:
|
||||
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