mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-27 23:51:26 +08:00
temporary import work
This commit is contained in:
@@ -1 +1,3 @@
|
||||
a = list
|
||||
|
||||
from math import *
|
||||
|
||||
@@ -43,12 +43,19 @@ def scope_nested():
|
||||
#? list
|
||||
import_tree.pkg.a
|
||||
|
||||
#? ['sqrt']
|
||||
import_tree.pkg.sqrt
|
||||
|
||||
#? ['a', 'pkg']
|
||||
import_tree.
|
||||
|
||||
#? float()
|
||||
import_tree.pkg.mod1.a
|
||||
|
||||
import import_tree.random
|
||||
#? set
|
||||
import_tree.random.a
|
||||
|
||||
# -----------------
|
||||
# std lib modules
|
||||
# -----------------
|
||||
|
||||
2
test/completion/thirdparty/pylab.py
vendored
2
test/completion/thirdparty/pylab.py
vendored
@@ -22,3 +22,5 @@ numpy.random_integers
|
||||
|
||||
#? ['random_integers']
|
||||
numpy.random.random_integers
|
||||
#? ['sample']
|
||||
numpy.random.sample
|
||||
|
||||
Reference in New Issue
Block a user