Search code examples
Failing to serialize a dataclass generated with make_dataclass with pickle...

pythonmultiprocessingpicklepython-dataclasses

Read More
How to overwrite Python Dataclass 'asdict' method...

pythonpython-dataclasses

Read More
How to handle typing of member variable that is initialized during __post_init__() of dataclass...

pythonpython-typingpython-dataclasses

Read More
Why can't I override `to_dict` method of a `dataclass` object that uses `dataclasses_json`?...

pythonpython-decoratorspython-dataclasses

Read More
Get the name of all fields in a dataclass...

pythonpython-dataclasses

Read More
How to declare multiple similar member variables of a dataclass in a single line?...

pythonpython-dataclasses

Read More
Dataclasses and property decorator...

pythonpython-3.7python-dataclasses

Read More
How to type hint a dynamically-created dataclass...

pythonpython-typingpython-dataclasses

Read More
Creating nested dataclass objects in Python...

pythonobjectserializationnestedpython-dataclasses

Read More
Derived python dataclass cannot override default value?...

pythoninheritancepython-dataclasses

Read More
Dataclass inheriting using kw_only for all variables...

pythoninheritancepython-dataclasses

Read More
Should you decorate dataclass subclasses if not making additional fields...

pythonconventionspython-dataclasses

Read More
Is there a way to make an inherited abstract property a required constructor argument in a Python da...

pythonabstract-classpython-dataclassesrequired-field

Read More
Dataclass inheritance variables not working...

pythoninheritancepython-dataclasses

Read More
Validating detailed types in Python dataclasses...

pythonpython-typingpython-dataclasses

Read More
Python dataclass inheritance with default values...

pythoninheritancepython-dataclasses

Read More
Proper way to declare custom exceptions in modern Python?...

pythonpython-3.xexceptionpython-dataclasses

Read More
Load attribute value from a dictionary containing an invalid name...

pythonpython-dataclasses

Read More
The better way to read a formated data from .TXT file strings in Python...

pythonstringfile-ioarchitecturepython-dataclasses

Read More
Abbreviating dataclass decorator without losing IntelliSense...

pythonpython-typingpython-dataclassespyright

Read More
Pydantic unknown type during serialization...

pythonserializationpython-dataclassespydantic-v2

Read More
Is it possible to have an inline-definition of a dataclass in Python?...

pythonpython-typingpython-dataclassespyright

Read More
How to get attributes and their type from a dataclass?...

pythonooppython-dataclasses

Read More
Reference class type in dataclass definition...

pythonpython-typingpython-dataclasses

Read More
Python: trying to access instance attributes in self.__setattr__...

pythonpropertiespython-dataclassessetattr

Read More
How to add a dataclass field without annotating the type?...

pythonpython-typingpython-dataclasses

Read More
How can I invert `dataclass.astuple`?...

pythonpython-dataclasses

Read More
How to avoid checking for None when setting Optional dataclass args in __post_init__...

pythonpython-typingmypypython-dataclasses

Read More
Use dataclass decorator in Flask-SQLAlchemy model class?...

pythonsqlalchemyflask-sqlalchemypython-dataclasses

Read More
Can python's annotation (e.g dataclass) be expanded into the code it produces?...

pythonpython-dataclasses

Read More
BackNext