mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-25 10:57:13 +08:00
Preparations for some async changes
This commit is contained in:
@@ -88,7 +88,9 @@ from jedi.evaluate.gradual.conversion import try_stub_to_actual_names, \
|
||||
try_stubs_to_actual_context_set
|
||||
|
||||
|
||||
@debug.increase_indent
|
||||
def _execute(context, arguments):
|
||||
debug.dbg('execute: %s %s', context, arguments)
|
||||
try:
|
||||
func = context.py__call__
|
||||
except AttributeError:
|
||||
|
||||
Reference in New Issue
Block a user