Files
python-uncompyle6/test/simple_source/simple_stmts/15_assert.py

6 lines
153 B
Python

# Tests:
# assert ::= assert_expr jmp_true LOAD_ASSERT RAISE_VARARGS_1
# call_function ::= expr expr expr CALL_FUNCTION_2
assert isinstance(1, int)