forked from VimPlug/jedi
regression test for #51
This commit is contained in:
5
test/completion/thirdparty/pylab_.py
vendored
5
test/completion/thirdparty/pylab_.py
vendored
@@ -24,3 +24,8 @@ numpy.random_integers
|
||||
numpy.random.random_integers
|
||||
#? ['sample']
|
||||
numpy.random.sample
|
||||
|
||||
import numpy
|
||||
na = numpy.array([1,2])
|
||||
#? ['a']
|
||||
na.
|
||||
|
||||
Reference in New Issue
Block a user