mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
7 lines
67 B
Python
7 lines
67 B
Python
xy = (1,)
|
|
x, y = *xy, None
|
|
|
|
# whatever it is should not crash
|
|
#?
|
|
x
|