mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
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
|