forked from VimPlug/jedi
dynamic array additions are working with list.append
This commit is contained in:
@@ -162,6 +162,13 @@ dic2 = {'asdf': 3, 'b': 'str'}
|
||||
#? int()
|
||||
dic2[index]
|
||||
|
||||
# -----------------
|
||||
# chaining
|
||||
# -----------------
|
||||
|
||||
#? int()
|
||||
[tuple()].index()
|
||||
|
||||
# -----------------
|
||||
# __getitem__
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user