1
0
forked from VimPlug/jedi

Disable dynamic array instances and fix an issue with missing the arguments class.

This commit is contained in:
Dave Halter
2014-11-14 15:55:02 +01:00
parent e64c78503e
commit 01178d30ea
2 changed files with 3 additions and 2 deletions

View File

@@ -530,6 +530,7 @@ class ArrayInstance(IterableWrapper):
"""
items = []
from jedi.evaluate.representation import Instance
return []
for stmt in self.var_args:
for typ in self._evaluator.eval_statement(stmt):
if isinstance(typ, Instance) and len(typ.var_args):