forked from VimPlug/jedi
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