1
0
forked from VimPlug/jedi

Start using ExprStmt.

This commit is contained in:
Dave Halter
2014-09-06 10:46:59 +02:00
parent f57d9ef675
commit cb84bc0829
3 changed files with 4 additions and 4 deletions

View File

@@ -1515,7 +1515,7 @@ class Name(Simple):
def get_definition(self):
# TODO This is way to complicated, simplify this with a new parser.
return self.get_parent_until((Statement, IsScope, Import))
return self.get_parent_until((ExprStmt, IsScope, Import))
@property
def end_pos(self):