mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
commands after the current position are getting ignored now - with failed import tests
This commit is contained in:
@@ -27,6 +27,15 @@ class TestClass(object):
|
||||
def ret(self, a1):
|
||||
return a1
|
||||
|
||||
# should not work
|
||||
#? []
|
||||
var_local
|
||||
#? []
|
||||
var_inst
|
||||
#? []
|
||||
var_func
|
||||
|
||||
# instance
|
||||
inst = TestClass(1)
|
||||
|
||||
#? ['var_class', 'var_func', 'var_inst', 'var_local']
|
||||
|
||||
Reference in New Issue
Block a user