Closed ASEM000 closed 1 year ago
Patch coverage: 100.00
% and project coverage change: -0.01
:warning:
Comparison is base (
2ddb9d9
) 98.44% compared to head (df1fe66
) 98.44%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR changes the way to define keyword-only or positional only arguments and remove factory for mutable types.
KW_ONLY
andPOS_ONLY
field(..., factory=)
and raise an error for mutable typesfield(..., kw_only=)
andfield(..., pos_only=)
use the above method instead.