1
0
forked from VimPlug/jedi
Files
jedi-fork/test/completion/arrays.py
David Halter 0048eb65c4 bug fixing
2012-04-18 21:41:51 +02:00

8 lines
67 B
Python

#? ['imag']
[1,2][0].imag
a = list()
#? ['append']
[a][0].append