Files
python-uncompyle6/test/simple_source/misc/assert.py
2015-12-21 12:34:19 -05:00

6 lines
121 B
Python

# Tests:
# assert ::= assert_expr jmp_true LOAD_ASSERT RAISE_VARARGS_1
# callfunction ::= ...
assert isinstance(1, int)