mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-24 14:21:25 +08:00
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