mirror of
https://github.com/python/cpython.git
synced 2025-11-07 17:12:03 +00:00
3 lines
88 B
Python
3 lines
88 B
Python
|
|
import warnings
|
||
|
|
|
||
|
|
warnings.warn('module-level warning', DeprecationWarning, stacklevel=2)
|