You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to attach pre/post function, but I am getting error: 'classmethod' object is not callable
Is there possibility to make it work with @staticmethod or @ classmethod?
The text was updated successfully, but these errors were encountered:
Let's suppose I have following class:
I tried to attach pre/post function, but I am getting error:
'classmethod' object is not callable
Is there possibility to make it work with
@staticmethod
or@ classmethod
?The text was updated successfully, but these errors were encountered: