Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-dataclasses

How to define a dataclass so each of its attributes is the list of its subclass attributes?

python python-dataclasses

Using dataclasses with Cython

Dataclass not inheriting __eq__() method from its parent

Typing: Restrict to a list of strings

Pretty-print dataclasses prettier

Python @dataclass with multiple inheritance (mixin) and mixed default options [duplicate]

Interesting performance of creating objects via normal class, data class and named tuple

Does cython support dataclasses or something similar

Using __new__ in inherited dataclasses

Dict from nested dataclasses

python python-dataclasses

Achieving multiple inheritance using python dataclasses

Better way to iterate over python dataclass keys and values?

python python-dataclasses

Can I have a simple list of a dataclass field

python python-dataclasses

Type-checked conversion between Dataclasses and TypedDicts

dataclasses: how to ignore None values using asdict()?

python python-dataclasses

Python dataclasses: What type to use if __post_init__ performs type conversion?

python python-dataclasses

How to make attribute in dataclass read-only?

Dataclass subclass does not inherit __repr__

Define an attribute of a dataclass with a reserved word "class" and serialize it

How to override names of dataclasses attributes in Python?