forked from VimPlug/jedi
imports of c_builtins are now more pythonic, messing with the sys path is history
This commit is contained in:
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