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.
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.