mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Disable predefined name analysis (if stmts) for all non-analysis tasks
It's really buggy and caused quite a few issues
This commit is contained in:
@@ -31,6 +31,12 @@ else:
|
||||
#! 6 type-error-operation
|
||||
z = x + y
|
||||
|
||||
|
||||
# TODO enable this one.
|
||||
#x = 3
|
||||
#if x != 1:
|
||||
# x.upper()
|
||||
|
||||
# -----------------
|
||||
# With a function
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user