Search code examples
attrs - how to validate an instance of a Literal or None...

pythonpython-attrs

Read More
python attrs inherited field value gets overwritten...

pythoninheritancepython-attrs

Read More
How to customize attrs field hash...

joblibpython-attrs

Read More
Using cattrs / attrs where attr name does not match keys to create an object...

pythonpython-3.xpython-attrs

Read More
Serialising with cattrs and want to omit field x1 string field...

pythonserializationpython-attrs

Read More
How do I avoid the "self.x = x; self.y = y; self.z = z" pattern in __init__?...

pythonpython-dataclassesnamedtuplepython-attrs

Read More
How to define a class attribute by other attributes of the same class using "attrs"...

pythonpython-dataclassespython-attrs

Read More
frozen dataclass in def __init__ and iteration on it...

pythonpython-3.xpython-attrs

Read More
Passing parameters to frozen super dataclass...

pythonimmutabilitysuperpython-dataclassespython-attrs

Read More
Attribute Converter in attr.s-based hydra Structured Configs...

pythonpython-attrsfb-hydra

Read More
How do I annotate an `attrs` validator function without breaking it?...

pythonmypypython-attrs

Read More
frozen data class with non trivial constructor...

pythonconstructorimmutabilitypython-attrs

Read More
Correct backwards-compatible way to migrate to modern attrs/cattrs style?...

pythonpython-attrs

Read More
Create a customer converter and validator using ATTRS...

pythonpython-attrs

Read More
serializing to JSON an array of data classes...

pythonjsonserializationpython-attrs

Read More
Why can I not add attributes to an attrs object?...

pythonpython-3.xpython-attrs

Read More
Problem with initiating base with child class while working with python-attrs module...

pythonmongodbooppython-dataclassespython-attrs

Read More
Different objects for the same class initiated with same value while working with attrs module...

pythonpython-dataclassespython-attrs

Read More
How to invoke default methods with attrs python package...

pythonpython-3.xclasspython-attrs

Read More
Python attr.s multiple type validation...

pythonpython-3.xpython-attrs

Read More
Changing an attribute of a frozen class in attrs...

pythonpython-attrs

Read More
How best to initialize a class using an attribute from attrs?...

pythonconstructorinitializationpython-attrs

Read More
Python attrs/cattrs serializing a dict using frozen attrs classes as the dict keys...

pythonjsonpython-attrs

Read More
Structure JSON to an `attrs` class with extra fields using `cattrs`?...

jsonpython-3.xpython-attrs

Read More
Is there a good way to document attributes with `python-attrs`?...

pythonpython-attrs

Read More
attributes that modify other attributes...

pythonpython-attrs

Read More
attrs library and super...

pythonoopsuperpython-attrs

Read More
Is there "on_getattr" equivalent functionality for attrs package?...

pythonpython-3.xooppython-attrs

Read More
Creating Python class with mutually exclusive arguments using attrs...

pythonclassmutual-exclusionpython-attrs

Read More
Attrs validation checking when an attribute is another attrs object...

pythonvalidationpython-attrs

Read More
BackNext