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
Rattr has poor class support and always will, but for practical reasons we would like to support as much class functionality as makes sense; to this end we support peaking into the __init__ method and @staticmethods but as of yet not @classmethods.
The aim of this issue is to extend the functionality for @staticmethods to @classmethods, which should be straight forwards.
The text was updated successfully, but these errors were encountered:
Rattr has poor class support and always will, but for practical reasons we would like to support as much class functionality as makes sense; to this end we support peaking into the
__init__
method and@staticmethod
s but as of yet not@classmethod
s.The aim of this issue is to extend the functionality for
@staticmethod
s to@classmethod
s, which should be straight forwards.The text was updated successfully, but these errors were encountered: