Search code examples
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
How to get attribute name of a descriptor from within __get__?...

pythonpython-3.xpython-descriptors

Read More
Improving my `namedlist` class inspired by `namedtuple`...

pythonpython-2.7propertiesnamedtuplepython-descriptors

Read More
Function to behave differently on class vs on instance...

pythonfunctionclassmethodspython-descriptors

Read More
Why is this false? `SomeClass.method is SomeClass.method`...

pythonpython-2.7python-descriptors

Read More
Python3.Descriptor.Class...

python-3.xpython-descriptors

Read More
Descriptors and direct access: Python reference...

pythondescriptorpython-descriptors

Read More
BackNext