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

@@ -271,7 +271,7 @@ class InstanceElement(use_metaclass(CachedMetaClass, pr.Base)):
return pr.Simple.get_parent_until(self, *args, **kwargs)
def get_definition(self):
return self.get_parent_until((pr.Statement, pr.IsScope, pr.Import))
return self.get_parent_until((pr.ExprStmt, pr.IsScope, pr.Import))
def get_decorated_func(self):
""" Needed because the InstanceElement should not be stripped """