Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
gh-118974: Adddecorator
argument tomake_dataclass
#122723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Misc/NEWS.d/next/Library/2024-08-06-07-24-00.gh-issue-118974.qamsCQ.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
I'm not crazy about the name |
Other suggestions at the core sprint are |
I think But anyway, I'm happy to make the change to use |
@larryhastings : Any thoughts on the parameter name? I'm leaning towards just |
I think
That strikes me as an excellent fit. Also, I prefer I think I'm the dude who suggested |
Convinced! Just pushed a commit fixing this. |
Thanks,@larryhastings for the excellent analysis (I expected nothing less!). I'll review the patch when I have some free time. |
dataclass_factory
argument tomake_dataclass
decorator
argument tomake_dataclass
3e3a4d2
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
dataclass_factory
argument todataclasses.make_dataclass
for custom dataclass transformation support #118974