forked from VimPlug/jedi
Remove all scope_names_generator usages.
This commit is contained in:
@@ -154,9 +154,6 @@ class CompiledObject(Base):
|
||||
def names_dicts(self, search_global):
|
||||
yield self.names_dict
|
||||
|
||||
def scope_names_generator(self, position=None, add_class_vars=True):
|
||||
yield self, self.get_defined_names()
|
||||
|
||||
@underscore_memoization
|
||||
def instance_names(self):
|
||||
names = []
|
||||
|
||||
Reference in New Issue
Block a user