79426967

Date: 2025-02-10 11:49:29
Score: 1.5
Natty:
Report link

I am think best way to mark a func as deprecated is this:

from typing_extensions import deprecated

@deprecated(message="Reason")
def func1():
    pass
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zor