mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Basic implementation support for namedexpr, fixes #1647
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
x = 3
|
||||
if NOT_DEFINED:
|
||||
x = ''
|
||||
#? 6 int()
|
||||
#? 6 int() str()
|
||||
elif x:
|
||||
pass
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user