mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
star imports work now also in the start module
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
import os
|
||||
|
||||
def array():
|
||||
return list()
|
||||
#? ['append']
|
||||
array().app
|
||||
array().append
|
||||
|
||||
#? ['array']
|
||||
arr
|
||||
|
||||
|
||||
def inputs(param):
|
||||
return param
|
||||
|
||||
#? ['append']
|
||||
inputs(list).append
|
||||
|
||||
Reference in New Issue
Block a user