mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-05 00:47:38 +08:00
8 lines
67 B
Python
8 lines
67 B
Python
|
|
#? ['imag']
|
|
[1,2][0].imag
|
|
|
|
a = list()
|
|
#? ['append']
|
|
[a][0].append
|