mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
9 lines
86 B
Python
9 lines
86 B
Python
def foo(x):
|
|
if 1.0:
|
|
return 1
|
|
else:
|
|
return ''
|
|
|
|
#? int()
|
|
foo(1)
|