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