xref
: /
third_party
/
python
/
Lib
/
test
/
test_warnings
/
data
/
import_warning.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/test/test_warnings/data/
1
import
warnings
2
3
warnings
.
warn
(
'module-level warning'
,
DeprecationWarning
,
stacklevel
=
2
)
4