Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
deprecation
/
tmp.py
blob: c0b74311e133a6613317e55de69cf8ce938b8f68 [
file
] [
log
] [
blame
]
def
bar
():
import
warnings
warnings
.
warn
(
"this is deprecated"
,
DeprecationWarning
,
2
)