mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
goto: module lookup now don't includes star imports
This commit is contained in:
4
test/completion/thirdparty/pylab.py
vendored
4
test/completion/thirdparty/pylab.py
vendored
@@ -2,9 +2,9 @@ import pylab
|
||||
pylab.
|
||||
|
||||
# two gotos
|
||||
#! ['numpy']
|
||||
#! ['module /usr/lib/python2.7/dist-packages/numpy/__init__.py']
|
||||
import numpy
|
||||
#! ['random']
|
||||
#! ['module random']
|
||||
import numpy.random
|
||||
|
||||
#? ['array2string']
|
||||
|
||||
Reference in New Issue
Block a user