forked from VimPlug/jedi
Array.type docstring.
This commit is contained in:
@@ -183,6 +183,7 @@ class Array(IterableWrapper):
|
|||||||
self._evaluator = evaluator
|
self._evaluator = evaluator
|
||||||
self.atom = atom
|
self.atom = atom
|
||||||
self.type = Array.mapping[atom.children[0]]
|
self.type = Array.mapping[atom.children[0]]
|
||||||
|
"""The builtin name of the array (list, set, tuple or dict)."""
|
||||||
|
|
||||||
c = self.atom.children
|
c = self.atom.children
|
||||||
array_node = c[1]
|
array_node = c[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user