Files
RustPython/tests/snippets/test_warnings.py
2019-07-07 17:27:04 -05:00

4 lines
41 B
Python

import _warnings
_warnings.warn("Test")