-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
Good day! Thanks for your work!
Should I decorate the subclass' method?
How do I do it right?
import multimethod
class A:
@multimethod.multimethod
def meth(self, arg: int):
pass
@multimethod.multimethod
def meth(self, arg: str):
pass
class B(A):
...Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels