Search code examples
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
Class decorator not binding self...


pythoncallbackpython-decoratorspython-descriptors

Read More
Get attribute name of class attribute...


pythonpython-3.5python-descriptors

Read More
Knowing if a python cached property has been accessed without actually accessing it...


pythonpython-descriptors

Read More
Why does this class descriptor __get__ method return self?...


pythonpython-3.xpython-descriptors

Read More
Python how to get bound method of some property.setter...


pythonpropertiesattributespython-descriptors

Read More
Python how to get __qualname__ of method wrapped with property.setter...


pythonpropertiespython-decoratorsdescriptorpython-descriptors

Read More
How do classes with descriptors have their instance attributes resolved with the descriptor's me...


pythonclasspython-descriptors

Read More
Why the introduction of __slots__ was made possible with descriptors?...


pythonslotspython-descriptors

Read More
Is there a built-in way to use CPython built-ins to make an arbitrary callable behave as an unbound ...


pythonpython-3.xmethodsbuilt-inpython-descriptors

Read More
How is a staticmethod not bound to to the "staticmethod" class?...


pythonpython-decoratorspython-descriptors

Read More
Python descriptors...


pythonpython-3.xpython-descriptors

Read More
Chain of events in a deleter...


pythonpython-descriptors

Read More
Auto updating class properties...


pythonlistclassooppython-descriptors

Read More
Using descriptors in a superclass to avoid code duplication in subclasses...


pythonpython-decoratorspython-descriptors

Read More
why do you need "if instance is None" in __get__ of a descriptor class?...


pythondescriptorpython-descriptors

Read More
Composition: why are "container instance" attributes not updated when "contained inst...


pythonclassoopcompositionpython-descriptors

Read More
How to freeze some arguments over multiple related class methods...


pythonpython-decoratorspython-descriptors

Read More
Python - __get__ is not called for my class...


pythonpython-descriptors

Read More
How do the __slot__ descriptors work in python?...


pythonimmutabilitymetaclassslotspython-descriptors

Read More
Accessing bound method or self when decorating a method...


pythonpython-decoratorspython-descriptors

Read More
function descriptor on builtin types like dict.fromkeys behaves different to a normal method...


pythonpython-2.7python-internalspython-descriptors

Read More
BackNext