mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
multi line funcs with comments don't raise an error anymore - fixes jedi-vim issue 29
This commit is contained in:
5
test/completion/thirdparty/pylab_.py
vendored
5
test/completion/thirdparty/pylab_.py
vendored
@@ -1,5 +1,4 @@
|
||||
import pylab
|
||||
pylab.
|
||||
|
||||
# two gotos
|
||||
#! ['module numpy']
|
||||
@@ -29,3 +28,7 @@ import numpy
|
||||
na = numpy.array([1,2])
|
||||
#? ['shape']
|
||||
na.shape
|
||||
|
||||
fig = pylab.figure()
|
||||
#!
|
||||
fig.add_subplot
|
||||
|
||||
Reference in New Issue
Block a user