1
0
forked from VimPlug/jedi

dynamic arrays are now working pretty good

This commit is contained in:
David Halter
2012-08-09 16:03:28 +02:00
parent c6f76a15ff
commit ae60bce836
6 changed files with 70 additions and 25 deletions

View File

@@ -162,13 +162,6 @@ dic2 = {'asdf': 3, 'b': 'str'}
#? int()
dic2[index]
# -----------------
# chaining
# -----------------
#? int()
[tuple()].index()
# -----------------
# __getitem__
# -----------------