-
Notifications
You must be signed in to change notification settings - Fork 2
Add classmethod support #46
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers