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