You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
One more test
This commit is contained in:
5
test/simple_source/branching/02_ifelse_lambda.py
Normal file
5
test/simple_source/branching/02_ifelse_lambda.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# We have to do contortions here because
|
||||
# lambda's have to be more or less on a line
|
||||
|
||||
f = lambda x: 1 if x<2 else 3
|
||||
f(5)
|
Reference in New Issue
Block a user