Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-dataclasses

super class's __init__ is not called using dataclass

How can I silence a PyCharm "Unexpected argument" message for simple, indirect object creation

Automatic custom constructor for python dataclass

python 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

Create a typing from a custom dataclass