1
0
forked from VimPlug/jedi

dynamic array additions are working with list.append

This commit is contained in:
David Halter
2012-08-09 14:21:51 +02:00
parent e4b911b943
commit c6f76a15ff
7 changed files with 129 additions and 5 deletions

View File

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