Search code examples
__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
Python type-checking Protocols and Descriptors...


pythontype-hintingmypypython-typingpython-descriptors

Read More
typing: How to bind owner class to generic descriptor?...


pythontype-hintingmypypython-typingpython-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 does __get__ take an owner while __set__ and __delete__ do not?...


pythonattributesdatamodelpython-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
callable as instancemethod?...


pythonmethodsmetaclasspython-descriptors

Read More
Decorate class to run a piece of code when __get__() is called...


pythonpython-decoratorspython-descriptors

Read More
Writing a Non-Data Descriptor...


pythonpython-2.7descriptorpython-descriptors

Read More
BackNext