mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-07 21:00:55 +08:00
imports of c_builtins are now more pythonic, messing with the sys path is history
This commit is contained in:
1
test/completion/thirdparty/PyQt4.py
vendored
1
test/completion/thirdparty/PyQt4.py
vendored
@@ -17,4 +17,3 @@ QtGui.QStyleOptionComboBox().currentText
|
||||
|
||||
#? []
|
||||
QtGui.QStyleOptionComboBox().currentText.
|
||||
|
||||
|
||||
13
test/completion/thirdparty/pylab.py
vendored
13
test/completion/thirdparty/pylab.py
vendored
@@ -1,10 +1,23 @@
|
||||
import pylab
|
||||
pylab.
|
||||
|
||||
# two gotos
|
||||
#! ['numpy']
|
||||
import numpy
|
||||
#! ['random']
|
||||
import numpy.random
|
||||
|
||||
#? ['array2string']
|
||||
numpy.array2string
|
||||
|
||||
#? ['shape']
|
||||
numpy.matrix().shape
|
||||
|
||||
#? ['random_integers']
|
||||
pylab.random_integers
|
||||
|
||||
#? []
|
||||
numpy.random_integers
|
||||
|
||||
#? ['random_integers']
|
||||
numpy.random.random_integers
|
||||
|
||||
Reference in New Issue
Block a user