Search code examples
Can you use namedtuples/dataclass/attrs to create a flexible sized class or do you have to use tradi...

pythonpython-3.xnamedtuplepython-dataclassespython-attrs

Read More
in a python attrs class, how can I override generated __init__ with my own...

pythonpython-3.7python-attrs

Read More
Passing kwargs to a base classs using python attrs library...

pythonpython-3.xpython-attrs

Read More
Python attrs with Random Attribute Value?...

pythonpython-2.xpython-attrs

Read More
How to set default for attr.s at initiation?...

pythonattrpython-attrs

Read More
Add type hints for init argument in attrs class...

pythonpython-attrs

Read More
Disable leading underscore removal in attrs auto-generated init method signature...

python-attrs

Read More
How to get @property methods in asdict?...

pythonpython-attrs

Read More
How does attrs fool the debugger to step into auto generated code?...

pythonpython-attrs

Read More
Why can't I assign values to an attribute after creating an instance of class?...

pythonpython-3.xpython-attrs

Read More
How To Deduce Or Subtype Named Tuple From Another Named Tuple?...

pythonpython-2.7dtonamedtuplepython-attrs

Read More
frozen and hashable dataclass with Iterable field...

pythonconverterspython-dataclassespython-attrs

Read More
Why is object.__setattr__.__get__(self, Attribute) used for Attribute's __init__ in attrs/_make....

pythonpython-descriptorspython-attrs

Read More
How can I get a modified copy of a immutable object?...

python-3.ximmutabilitycopy-constructorpython-3.8python-attrs

Read More
Is there a way to resolve statically this circular dependencies?...

pythonpython-3.xoopgraphqlpython-attrs

Read More
mypy does not recognize attrs: Cannot determine type of 's'...

pythonpython-3.xmypypython-attrs

Read More
Convert python attr.ib using other values...

pythonpython-attrs

Read More
Approximately compare decimal attributes of a class defined with `attrs`...

python-attrs

Read More
What's the difference between attr.asdict(x) and x.__dict__?...

pythonpython-attrs

Read More
Unresolved attribute reference issue in PyCharm in doc string...

pythonpycharmpython-attrs

Read More
attr.ib ignores value parameter...

pythonpython-3.xpython-attrs

Read More
stacking attrs attributes decorators...

pythonpython-attrs

Read More
How can i define an object of arrays using attrs?...

pythonpython-attrs

Read More
PyTorch Module with attrs cannot get parameter list...

pythonpython-3.xpytorchpython-attrs

Read More
Python attrs class attribute cached lazy load...

pythonpython-attrs

Read More
Is it possible to self-reference type in Python attr...

pythonpython-2.7python-attrs

Read More
Missing dunders for list type in attrs.asdict()?...

pythonpython-attrs

Read More
How to deserialize json with optional fields using attrs and cattrs...

pythonjsonpython-attrs

Read More
How to pickle python-attrs class functions via cloudpickle?...

pythonpicklepython-3.7python-attrs

Read More
Pycharm typehint on subclass using attrs...

pycharmpython-attrs

Read More
BackNext