Currently _wrap_dataclass
doesn't allow setting kwargs to the dataclass it creates. This leads to the creation (among other things) of a __repr__
method, which may not be desired.
Case in point, I have classes that are SQLAlchemy models and wrapped with type
and who inherits a generic __repr__
.
However, the underlying dataclass creates a new __repr__
method which makes me load all my attributes. (Which is obviously undesired).
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too