forked from VimPlug/jedi
a correct test for issue 29 of jedi-vim
This commit is contained in:
4
test/completion/thirdparty/pylab_.py
vendored
4
test/completion/thirdparty/pylab_.py
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user