forked from VimPlug/jedi
global working.
This commit is contained in:
@@ -1152,7 +1152,7 @@ class KeywordStatement(Simple):
|
||||
|
||||
|
||||
class GlobalStmt(Simple):
|
||||
def names(self):
|
||||
def get_defined_names(self):
|
||||
return self.children[1::2]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user