1
0
forked from VimPlug/jedi

fixed numpy bugs, that made it impossible to use complete numpy (including regression tests)

This commit is contained in:
David Halter
2012-07-29 20:56:54 +02:00
parent 1a981a3d67
commit 163b0c0f9d
2 changed files with 16 additions and 2 deletions

10
test/completion/thirdparty/pylab.py vendored Normal file
View File

@@ -0,0 +1,10 @@
import pylab
pylab.
import numpy
#? ['array2string']
numpy.array2string
#? ['shape']
numpy.matrix().shape