mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
catched some errors of invalid code, that was caused by imbalanced closing brackets
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#? ['message']
|
||||
AttributeError()).message
|
||||
|
||||
from a import (b
|
||||
def blub():
|
||||
return 0
|
||||
@@ -53,5 +56,5 @@ try:
|
||||
#? str()
|
||||
""
|
||||
|
||||
#? ['lala']
|
||||
isinstance())
|
||||
#? []
|
||||
int()).
|
||||
|
||||
Reference in New Issue
Block a user