1
0
forked from VimPlug/jedi

Make Leaf public

This commit is contained in:
Dave Halter
2014-10-28 11:13:33 +01:00
parent d667f19c57
commit 19e083cbfb
4 changed files with 8 additions and 11 deletions

View File

@@ -297,10 +297,8 @@ def _unpack_var_args(evaluator, var_args, func):
# Include self at this place.
argument_list.append((None, [helpers.FakeStatement([func.instance])]))
print(var_args)
# `var_args` is typically an Array, and not a list.
for stmt in _reorder_var_args(var_args.iterate()):
print(stmt)
if not isinstance(stmt, pr.Statement):
if stmt is None:
argument_list.append((None, []))