mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-19 02:12:47 +08:00
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