Files
2024-06-10 15:58:53 +00:00

7 lines
193 B
Python

from warnings import deprecated
@deprecated("It is pining for the fiords")
def norwegian_blue(x: int) -> int:
pass
<warning descr="It is pining for the fiords">norwegian_blue</warning>(1)