Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-dataclasses

Using queue.PriorityQueue, not caring about comparisons

How can you use property setter when using frozen dataclasses in Python

dict attribute 'type' to select Subclass of dataclass

Using default uuid value in Python dataclasses

python python-dataclasses

How to make sure subclasses are dataclasses?

Correct way to initialize an Optional Dict with type hint in Python3?

Exclude some attributes from __str__ representation of a dataclass

python python-dataclasses

Python how to access dataclass properties in list of dataclasses

python python-dataclasses

Dataclass Optional Field that is Inferred if Missing

Is there a way to make an inherited abstract property a required constructor argument in a Python dataclass?

Utilizing a dataclass and enum together

Define a custom Type that behaves like typing.Any

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

python python-dataclasses

Create recursive dataclass with self-referential type hints

Abbreviating dataclass decorator without losing IntelliSense

Reference class type in dataclass definition

Update a field in a dataclass with a field name known only during runtime

python python-dataclasses

How to evolve a dataclass in python?

python python-dataclasses

Create a typing from a custom dataclass

Avoiding type warning for lists of sortable elements