Files
Pyarmor-Static-Unpack-1shot/tests/tokenized/is_op.txt
John Richards 588f24c872 Adds support for IS_OP opcode
Mentioned in:
- #190
- #191
- #195
2021-10-07 20:29:18 -04:00

10 lines
116 B
Plaintext

a = 10 <EOL>
b = 10 <EOL>
if a is b : <EOL>
<INDENT>
pass <EOL>
<OUTDENT>
if a is not b : <EOL>
<INDENT>
pass <EOL>