mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 11:50:58 +08:00
Remove param from get_statement_for_position.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user