mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 23:09:43 +08:00
regression test for #51
This commit is contained in:
Vendored
+5
@@ -24,3 +24,8 @@ numpy.random_integers
|
|||||||
numpy.random.random_integers
|
numpy.random.random_integers
|
||||||
#? ['sample']
|
#? ['sample']
|
||||||
numpy.random.sample
|
numpy.random.sample
|
||||||
|
|
||||||
|
import numpy
|
||||||
|
na = numpy.array([1,2])
|
||||||
|
#? ['a']
|
||||||
|
na.
|
||||||
|
|||||||
Reference in New Issue
Block a user