1
0
forked from VimPlug/jedi

Remove param from get_statement_for_position.

This commit is contained in:
Dave Halter
2015-02-05 12:28:55 +01:00
parent 2d9c644ab6
commit a77ecdbed6
3 changed files with 5 additions and 10 deletions

View File

@@ -682,9 +682,6 @@ class FunctionExecution(Executed):
def subscopes(self):
return self._copy_list(self.base.subscopes)
def get_statement_for_position(self, pos):
return pr.Scope.get_statement_for_position(self, pos)
def __repr__(self):
return "<%s of %s>" % (type(self).__name__, self.base)