Adds support for IS_OP opcode
Mentioned in: - #190 - #191 - #195
This commit is contained in:
9
tests/input/is_op.py
Normal file
9
tests/input/is_op.py
Normal file
@@ -0,0 +1,9 @@
|
||||
a = 10
|
||||
b = 10
|
||||
|
||||
if a is b:
|
||||
pass
|
||||
|
||||
if a is not b:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user