mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-11 09:08:43 +08:00
imports of c_builtins are now more pythonic, messing with the sys path is history
This commit is contained in:
Vendored
-1
@@ -17,4 +17,3 @@ QtGui.QStyleOptionComboBox().currentText
|
||||
|
||||
#? []
|
||||
QtGui.QStyleOptionComboBox().currentText.
|
||||
|
||||
|
||||
Vendored
+13
@@ -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