kopia lustrzana https://github.com/micropython/micropython-lib
7 wiersze
226 B
Python
7 wiersze
226 B
Python
|
import warnings
|
||
|
|
||
|
warnings.warn('block_size of %d seems too small; using our '
|
||
|
'default of %d.',
|
||
|
RuntimeError, 2)
|
||
|
# RuntimeWarning, 2)
|