Search code examples
comparing types between a class and a dictionary...

pythonclassdictionarypython-dataclasses

Read More
Reserved word as an attribute name in a dataclass when parsing a JSON object...

pythonjsonpython-3.xpython-dataclasses

Read More
ValueError: mutable default <class 'discord.utils._MissingSentinel'> for field name is...

pythondiscordpython-dataclassespycord

Read More
How to use a Python Dataclass in another class...

pythonpython-3.xunit-testingpython-dataclasses

Read More
How to add a property to a child dataclass before a default property?...

pythonpropertiesdefaultpython-dataclasses

Read More
Why do I get an AttributeError when adding a string field to a dataclass instantiated by an Enum?...

pythonenumspython-dataclassespython-3.10

Read More
Make Python dataclass iterable?...

pythonpython-dataclasses

Read More
Store the order of arguments given to dataclass initializer...

pythonpython-dataclasses

Read More
dataclasses: how to ignore default values using asdict()?...

pythonpython-dataclasses

Read More
python data class default value for str to None...

pythonpython-3.xpython-dataclasses

Read More
Pandas dataframe to dict using dataclass...

pythonpandasdataframedictionarypython-dataclasses

Read More
Initialize frozen dataclass attribute with function...

pythonobjectattributesimmutabilitypython-dataclasses

Read More
How do I convert a json file to a python class?...

pythonjsonooppython-dataclassespython-class

Read More
Proper way to create class variable in Data Class...

pythonpython-3.xpython-dataclasses

Read More
Python: Dataclass that inherits from base Dataclass, how do I upgrade a value from base to the new c...

pythonpython-3.7python-dataclasses

Read More
Dataclass-style object with mutable and immutable properties?...

pythonimmutabilitypython-3.7mutablepython-dataclasses

Read More
How to get the index of a dataclass field...

pythonpython-3.xenumspython-dataclasses

Read More
Recursively changing values of a nested dataclass in python...

pythonrecursionpython-dataclasses

Read More
dataclass requiring a value after being defined as Optional...

pythonpython-3.xpython-dataclasses

Read More
Automatic custom constructor for python dataclass...

pythonpython-dataclasses

Read More
Initialize dataclass instance with functions...

pythonpython-3.xselfpython-dataclasses

Read More
auto() in Dataclass like auto() in Enum (Python)...

pythonenumspython-dataclasses

Read More
Python dataclass validation: an easy way?...

pythonvalidationpython-dataclassesmarshmallow

Read More
Python: Using Dataclass field value as input when assigning value to another field in same class...

pythonpython-3.xpython-dataclasses

Read More
Confusing behavior when using TypeVar with dataclass...

pythonpython-3.xpython-typingpython-dataclasses

Read More
Building and using new data types in Python...

pythonpython-3.xpython-typingpython-dataclasses

Read More
How can I make a dataclass hash the same as a string?...

pythondictionaryhashpython-dataclasses

Read More
How can i type hint the init params are the same as fields in a dataclass?...

pythonpython-typingpython-dataclasses

Read More
How do I avoid the "self.x = x; self.y = y; self.z = z" pattern in __init__?...

pythonpython-dataclassesnamedtuplepython-attrs

Read More
Python dataclasses: assign variable to field in a frozen instance from input...

pythonpython-dataclasses

Read More
BackNext