forked from VimPlug/jedi
11 lines
103 B
Python
11 lines
103 B
Python
|
|
#? ['imag']
|
|
[1,2][0].imag
|
|
|
|
a = list()
|
|
#? ['append']
|
|
[a][0].append
|
|
|
|
#? ['append']
|
|
[[a]][0][100].append
|