Files
RustPython/extra_tests/snippets/test_warnings.py
2020-09-13 06:58:57 +09:00

4 lines
41 B
Python

import _warnings
_warnings.warn("Test")