You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
16 lines
553 B
Plaintext
16 lines
553 B
Plaintext
# Python 2.7
|
|
# Embedded file name: simple_source/branching/05_ifelse.py
|
|
|
|
L. 3 0 LOAD_NAME 0 'True'
|
|
3 POP_JUMP_IF_FALSE 15 'to 15'
|
|
|
|
L. 4 6 LOAD_CONST 1
|
|
9 STORE_NAME 1 'b'
|
|
12 JUMP_FORWARD 6 'to 21'
|
|
|
|
L. 6 15 LOAD_CONST 2
|
|
18 STORE_NAME 2 'd'
|
|
21_0 COME_FROM 12 '12'
|
|
21 LOAD_CONST None
|
|
24 RETURN_VALUE
|