mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 21:45:21 +08:00
Remove is_function_execution, it's not used
This commit is contained in:
@@ -202,9 +202,6 @@ class MethodValue(FunctionValue):
|
||||
|
||||
|
||||
class BaseFunctionExecutionContext(ValueContext, TreeContextMixin):
|
||||
def is_function_execution(self):
|
||||
return True
|
||||
|
||||
def _infer_annotations(self):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user