Welcome to Mwmbl! Feel free to submit a site to crawl. Please read the guidelines before editing results.
To contribute to the index you can get our Firefox Extension here. For recent crawling activity see stats.
-
https://github.com/python/typeshed/issues/8518 — found via Google
`dataclasses.asdict` definition is not correct · Issue #8518
10 Aug 2022 — 5tefan commented on Sep 9, 2022. As a workaround, I have noticed that annotating the return value will succeed with mypy. ... Successfully merging ...
-
https://stackoverflow.com/a/66285886 — found via Mwmbl
tkinter - Dataclass to ignore attribute in asdict in Python - St…
I am creating a Python Tkinter MVC project using dataclasses and I would like to create widgets by iterating through the dictionary generated by the asdi…
-
http://bugs.python.org/issue39929 — found via Mwmbl
Issue 39929: dataclasses.asdict will mangle collection.Counter i…
The asdict API was a mistake, because it's not possible for it to know how to create all possible sub-objects. I can't decide what to do about it. I migh…
-
https://discuss.python.org/t/remove-attributes-from-asdict-method-when-dataclass-field-repr-false/24960 — found via Mwmbl
Remove attributes from asdict method when dataclass field(repr=F…
Hello, as I was trying to not use some attributes from a dataclass when creating a pandas.DataFrame, I noticed that even though the specific attribute wa…