Search code examples
Name suggestions for a python dataclass I'm working on?...

pythonnaming-conventionspython-dataclasses

Read More
Python sub Dataclass identify inherited attributes...

python-3.xinheritancepython-dataclasses

Read More
How to refer to nested Python dataclasses?...

pythonpython-3.xclasspython-dataclasses

Read More
Passing default list argument to dataclasses...

pythonpython-3.xpython-dataclasses

Read More
Is it possible to group variables in a python dataclass?...

pythonjsonhttpstructpython-dataclasses

Read More
Pickle a frozen dataclass that has __slots__...

pythonpickleslotspython-dataclasses

Read More
How to compare dataclasses?...

pythonpython-3.xpython-dataclasses

Read More
Is it possible to create a recursive dataclass using make_dataclass in python?...

pythonpython-typingpython-dataclasses

Read More
Pythonic way to delegate unknown dict to correct dataclasses of many dataclasses...

pythonpython-dataclasses

Read More
expanding a dataclass of type list by an element...

pythondictionarypython-dataclasses

Read More
How to remove dynamically fields from a dataclass?...

pythonpython-3.xpython-dataclasses

Read More
Looping over a dataclass and fill values...

python-3.xpython-dataclasses

Read More
How can I use a list[customClass] as type with @dataclass in Python 3.7.x...

python-3.xooppython-dataclasses

Read More
Nested python dataclasses with list annotations...

pythonjsonnestedwrapperpython-dataclasses

Read More
Can you have a conditional encoding dependent on whether a date time value is None?...

pythonpython-dataclassesmarshmallow-dataclass

Read More
DataClass remove inf vals...

pythonjsonpython-dataclasses

Read More
Python 3.7: Utility of Dataclasses and SimpleNameSpace...

pythonpython-3.7python-dataclasses

Read More
Inhibiting a method called on a dataclass member...

pythonpython-dataclassespyroot

Read More
How to iterate over attributes of dataclass in python?...

pythonclassattributesiterationpython-dataclasses

Read More
Passing arguments in dataclass representation...

pythonpython-dataclasses

Read More
How to overwrite attributes in OOP inheritance with Python dataclass...

pythonooppython-dataclasses

Read More
Why is my Python dataclass not initialising boolean correctly?...

pythonpython-3.xbooleanpython-dataclasses

Read More
Conditional property decorator on class method...

pythonpython-3.xpropertiespython-decoratorspython-dataclasses

Read More
Error using enforce_types on a Python 3.6 dataclass: no attribute _SpecialForm...

pythonpython-3.6python-typingpython-dataclasses

Read More
Using __new__ in inherited dataclasses...

pythonpython-3.xinheritancepython-dataclasses

Read More
"'type' object is not subscriptable" working with dataclasses...

pythonpython-3.xcsvpython-dataclasses

Read More
Python custom class iterator not working for default values...

pythonpython-3.xpython-dataclasses

Read More
How do I pull out the attributes or field names from a dataclass?...

pythonpython-dataclasses

Read More
Is it possible to freeze a dataclass object in __post_init__() or later?...

pythonpython-dataclasses

Read More
How to get key and values using NamedTuple...

python-3.xnamedtuplepython-dataclasses

Read More
BackNext