1
0
forked from VimPlug/jedi

Array.type docstring.

This commit is contained in:
Dave Halter
2014-12-19 01:07:51 +01:00
parent 47615ae786
commit da582117ac

View File

@@ -183,6 +183,7 @@ class Array(IterableWrapper):
self._evaluator = evaluator
self.atom = atom
self.type = Array.mapping[atom.children[0]]
"""The builtin name of the array (list, set, tuple or dict)."""
c = self.atom.children
array_node = c[1]