Some small refactorings to the names_dict/deep_ast_copy logic.

This commit is contained in:
Dave Halter
2015-02-12 13:24:08 +01:00
parent 774b3d5ce8
commit 4613a810a5
3 changed files with 8 additions and 10 deletions

View File

@@ -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