-
-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, griffe checks Class.members, when fetching Class.parameters. When the __init__ is inherited from the parent class, this means that an empty set of parameters gets returned.
Describe the solution you'd like
WDYT of checking in Class.inherited_members as well, in order to get parameters for classes that don't override __init__?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request