forked from VimPlug/jedi
fixed numpy bugs, that made it impossible to use complete numpy (including regression tests)
This commit is contained in:
10
test/completion/thirdparty/pylab.py
vendored
Normal file
10
test/completion/thirdparty/pylab.py
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import pylab
|
||||
pylab.
|
||||
|
||||
import numpy
|
||||
|
||||
#? ['array2string']
|
||||
numpy.array2string
|
||||
|
||||
#? ['shape']
|
||||
numpy.matrix().shape
|
||||
Reference in New Issue
Block a user