1
0
forked from VimPlug/jedi

Start using arrays.

This commit is contained in:
Dave Halter
2014-10-21 11:05:12 +02:00
parent 718f43431c
commit fb2ef5a7a0
3 changed files with 7 additions and 7 deletions

View File

@@ -189,7 +189,7 @@ class Evaluator(object):
elif isinstance(atom, pr.Literal):
return [compiled.create(self, atom.eval())]
else:
raise NotImplementedError
return iterable.Array(self, atom.children[1])
def eval_trailer(self, types, trailer):
trailer_op, node = trailer.children[:2]