You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
9 lines
215 B
Python
9 lines
215 B
Python
# Tests:
|
|
#
|
|
# call_stmt ::= expr POP_TOP
|
|
# build_list ::= expr expr BUILD_LIST_2
|
|
# kwarg ::= LOAD_CONST expr
|
|
# call_function ::= expr expr kwarg kwarg CALL_FUNCTION_513
|
|
|
|
sorted([1,2], reverse=True, key=None)
|