Files
RustPython/extra_tests/snippets/stdlib_warnings.py
2022-05-04 02:54:59 +09:00

4 lines
41 B
Python

import _warnings
_warnings.warn("Test")