mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-01 18:26:50 +08:00
Start using arrays.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user