1
0
forked from VimPlug/jedi

imports of c_builtins are now more pythonic, messing with the sys path is history

This commit is contained in:
David Halter
2012-08-01 13:18:44 +02:00
parent 510a49957c
commit 7e4658122a
3 changed files with 32 additions and 41 deletions

View File

@@ -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