1
0
forked from VimPlug/jedi

Start implementing GlobalStmt.

This commit is contained in:
Dave Halter
2014-10-17 15:13:45 +02:00
parent 6abafc40fa
commit f08811fba7
3 changed files with 14 additions and 2 deletions

View File

@@ -964,6 +964,11 @@ class KeywordStatement(Simple):
return self.children[0].value
class GlobalStmt(Simple):
def names(self):
return self.children[1::2]
class Statement(Simple, DocstringMixin):
"""
This is the class for all the possible statements. Which means, this class