Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
python-3.9
/
usr
/
lib
/
python3.9
/
test
/
test_warnings
/
data
/
//proc/thread-self/root/opt/python-3.9/usr/lib/python3.9/test/test_warnings/data/stacklevel.py
# Helper module for testing the skipmodules argument of warnings.warn() import warnings def outer(message, stacklevel=1): inner(message, stacklevel) def inner(message, stacklevel=1): warnings.warn(message, stacklevel=stacklevel)