mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-19 01:24:13 +08:00
Some small refactorings to the names_dict/deep_ast_copy logic.
This commit is contained in:
@@ -1193,10 +1193,6 @@ class CompFor(BaseNode):
|
||||
arr.append(name)
|
||||
return dct
|
||||
|
||||
@names_dict.setter
|
||||
def names_dict(self, value):
|
||||
pass
|
||||
|
||||
def names_dicts(self, search_global):
|
||||
yield self.names_dict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user