Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-dataclasses

nested dataclasses to dict

python python-dataclasses

Can you modify an object's field every time another field is modified?

dataclasses.Field doesn't resolve type annotation to actual type

python python-dataclasses

pyyaml support for default list in dataclass?

How can I find out whether a field in a dataclass has the default value or whether it's explicitly set?

How to cast a string to an Enum during instantiation of a dataclass in Python

Python nested dataclasses ...is this valid?

Type hint for dataclass attribute which changes type in __post_init__

python python-dataclasses

Call the generated __init__ from custom constructor in dataclass for defaults

python python-dataclasses

Python: Circular dependency of dataclasses / Forward variable declaration?

Can a dataclass field format its value for the repr?

How to check if a dataclass is frozen?

python python-dataclasses

How to compare dataclasses?

Required positional arguments with dataclass properties

Combining a descriptor class with dataclass and field

How do I get Python dataclass InitVar fields to work with typing.get_type_hints while also using annotations?

Monitor function calls inside python contexts

python python-dataclasses

Cast a Python class to Numpy Array

Why can't I override `to_dict` method of a `dataclass` object that uses `dataclasses_json`?