Preparations for some async changes

This commit is contained in:
Dave Halter
2019-05-27 09:41:50 +02:00
parent 7bd3669220
commit 11f3eece6d
7 changed files with 62 additions and 11 deletions

View File

@@ -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: