Search code examples
What does "exception raising placeholder" mean in the Descriptor HowTo Guide?...

pythonexceptionpython-descriptors

Read More
Do I need a class factory function when using a descriptor that require initialization?...

pythonpython-descriptorsclass-factory

Read More
Python - TypeHint for Descriptor...

pythonpython-typingpython-descriptors

Read More
Testing Python descriptors...

pythonunit-testingpython-descriptors

Read More
mypy error: Callable has no attribute "__get__"...

pythonmypycallablepython-descriptors

Read More
Using Typing and Mypy with Descriptors...

pythonmypypython-typingpython-descriptors

Read More
__set_name__ execution in Descriptor...

pythonpython-descriptors

Read More
Reset property cached by descriptor for all instances of class...

pythonpropertiespython-descriptors

Read More
Python - Descriptor - Broken class...

pythonpython-3.xooppython-descriptors

Read More
Is there an equivalent of partialmethod for properties?...

pythonpropertiespython-descriptors

Read More
How to generate class's __init__ method from declared descriptors?...

pythonpython-descriptors

Read More
Intuative way to inherit validating classes...

pythoninheritancemultiple-inheritancepython-descriptors

Read More
Is there a pre-defined python descriptor class?...

pythonpython-3.xclasspropertiespython-descriptors

Read More
How is the self argument magically passed to instance methods?...

pythonoopselflanguage-implementationpython-descriptors

Read More
Check a type attribute with a Descriptor and a Decorator : "__get__() takes 2 positional argume...

pythondecoratortypecheckingpython-descriptors

Read More
Is there a way to assign a descriptor to an instance attribute at runtime?...

pythonpython-3.xpython-descriptors

Read More
Passing instance variables to a decorator...

pythonpython-3.xpython-decoratorspython-descriptors

Read More
Why does setting a descriptor on a class overwrite the descriptor?...

pythoncpythonpython-descriptors

Read More
Why do people default owner parameter to None in __get__?...

pythonpython-3.xdescriptorpython-descriptors

Read More
Is one of the "__get__" arguments redundant?...

pythonpython-descriptors

Read More
Why do __setattr__ and __delattr__ raise an AttributeError in this case?...

pythonattributeslookuppython-descriptorspython-datamodel

Read More
Using descriptors or properties with classmethod...

pythonpython-3.xpropertiesclass-methodpython-descriptors

Read More
Using setattr() and getattr() in Python descriptors...

pythonpython-3.xgetattrsetattrpython-descriptors

Read More
Why __get__ method of a descriptor in Python is called inside of hassattr()?...

pythonpython-3.xpython-descriptors

Read More
python3 implementing a data descriptor in metaclass...

python-3.xmetaclasspython-descriptors

Read More
What is the right way to implement descriptors in Python 3.6+?...

pythonpython-3.6python-descriptors

Read More
Exception behaviour in Python __set_name__...

pythonpython-3.xexceptionpython-descriptors

Read More
Python: Dynamically generating attributes from a list...

pythonmetaclasspython-descriptors

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

pythonpython-descriptorspython-attrs

Read More
access descriptor in class local functions...

pythonpython-descriptors

Read More
BackNext