OpenGrok
Cross Reference: import_warning.py
xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
test_warnings
/
data
/
import_warning.py
Home
|
History
|
Annotate
|
Download
|
only in
data
1
import
warnings
2
3
warnings.warn
(
'module-level warning'
,
DeprecationWarning
,
stacklevel
=
2
)
4