mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 09:46:39 +07:00
GitOrigin-RevId: 426e7001d20849d7029fea55431d3e2cfae3eb11
7 lines
193 B
Python
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) |