1
0
forked from VimPlug/jedi

finally able to remove stmt.set_vars property

This commit is contained in:
David Halter
2013-09-02 21:43:23 +04:30
parent 9565aa1431
commit 37ecf943af
4 changed files with 3 additions and 7 deletions

View File

@@ -819,10 +819,6 @@ class Statement(Simple):
search_calls(calls)
return self._set_vars + self.as_names
@property
def set_vars(self):
return self.get_set_vars()
def is_global(self):
# first keyword of the first token is global -> must be a global
return str(self.token_list[0]) == "global"