1
0
forked from VimPlug/jedi

a correct test for issue 29 of jedi-vim

This commit is contained in:
David Halter
2012-11-12 18:20:27 +01:00
parent 5423dda8d3
commit c6cbe61538

View File

@@ -29,6 +29,8 @@ na = numpy.array([1,2])
#? ['shape']
na.shape
# shouldn't raise an error #29, jedi-vim
# doesn't return something, because matplotlib uses __import__
fig = pylab.figure()
#!
#?
fig.add_subplot