mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-28 03:02:18 +08:00
corrected a pylab test
This commit is contained in:
4
test/completion/thirdparty/pylab_.py
vendored
4
test/completion/thirdparty/pylab_.py
vendored
@@ -27,5 +27,5 @@ numpy.random.sample
|
|||||||
|
|
||||||
import numpy
|
import numpy
|
||||||
na = numpy.array([1,2])
|
na = numpy.array([1,2])
|
||||||
#? ['a']
|
#? ['shape']
|
||||||
na.
|
na.shape
|
||||||
|
|||||||
Reference in New Issue
Block a user