Files
openide/python/testData/deprecation/tmp.py

4 lines
98 B
Python

def bar():
import warnings
warnings.warn("this is deprecated", DeprecationWarning, 2)