1
0
forked from VimPlug/jedi

Start implementing overload function

This commit is contained in:
Dave Halter
2018-08-26 03:37:26 +02:00
parent 4daa73d487
commit ac7ce7c481
8 changed files with 27 additions and 15 deletions

View File

@@ -92,7 +92,7 @@ def _execute(context, arguments):
debug.warning("no execution possible %s", context)
return NO_CONTEXTS
else:
context_set = func(arguments)
context_set = func(arguments=arguments)
debug.dbg('execute result: %s in %s', context_set, context)
return context_set