1
0
forked from VimPlug/jedi

Most function calls seem to work now.

This commit is contained in:
Dave Halter
2016-11-01 00:44:57 +01:00
parent 4aec9cadd7
commit 9a55c9cf50
2 changed files with 9 additions and 10 deletions

View File

@@ -355,7 +355,8 @@ def get_params(evaluator, parent_context, func, var_args):
# Just report an error for the first param that is not needed (like
# cPython).
first_key, first_values = remaining_params[0]
for v in first_values:
# TODO REENABLE
for v in []:#first_values:
if first_key is not None:
# Is a keyword argument, return the whole thing instead of just
# the value node.