Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
92584642bab4fdb27ac1067c124f4636be762978
/
.
/
python
/
testData
/
deprecation
/
tmp.py
blob: c0b74311e133a6613317e55de69cf8ce938b8f68 [
file
] [
log
] [
blame
]
def
bar
():
import
warnings
warnings
.
warn
(
"this is deprecated"
,
DeprecationWarning
,
2
)