forked from VimPlug/jedi
a correct test for issue 29 of jedi-vim
This commit is contained in:
Vendored
+3
-1
@@ -29,6 +29,8 @@ na = numpy.array([1,2])
|
|||||||
#? ['shape']
|
#? ['shape']
|
||||||
na.shape
|
na.shape
|
||||||
|
|
||||||
|
# shouldn't raise an error #29, jedi-vim
|
||||||
|
# doesn't return something, because matplotlib uses __import__
|
||||||
fig = pylab.figure()
|
fig = pylab.figure()
|
||||||
#!
|
#?
|
||||||
fig.add_subplot
|
fig.add_subplot
|
||||||
|
|||||||
Reference in New Issue
Block a user