mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
10 lines
86 B
Python
10 lines
86 B
Python
import os
|
|
|
|
def array():
|
|
return list()
|
|
#? ['append']
|
|
array().app
|
|
|
|
#? ['array']
|
|
arr
|