mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 01:38:36 +08:00
Filter names in a separate function so that it can be used for both completion and name lookups.
This commit is contained in:
@@ -515,7 +515,6 @@ class Class(use_metaclass(CachedMetaClass, Wrapper)):
|
||||
yield self.names_dict
|
||||
else:
|
||||
for scope in self.py__mro__(self._evaluator):
|
||||
print(scope)
|
||||
yield scope.names_dict
|
||||
|
||||
def is_class(self):
|
||||
|
||||
Reference in New Issue
Block a user