micropython-lib/python-stdlib/warnings/example_warn.py

5 wiersze
164 B
Python
Czysty Zwykły widok Historia

2015-02-22 12:07:40 +00:00
import warnings
warnings.warn("block_size of %d seems too small; using our " "default of %d.", RuntimeError, 2)
2015-02-22 12:07:40 +00:00
# RuntimeWarning, 2)