Код: Выделить всё
from warnings import deprecated
@deprecated
def test():
print("test")
test()
Я заметил, что у alerts.py действительно есть этот класс
Подробнее здесь: https://stackoverflow.com/questions/781 ... ngs-module
Код: Выделить всё
from warnings import deprecated
@deprecated
def test():
print("test")
test()