Search code examples
Does function know about the class before binding...


pythonmethodsmetaprogrammingpython-descriptors

Read More
What is the proper way to use descriptors as fields in Python dataclasses?...


pythonpython-dataclassespython-descriptors

Read More
Set property on a function object...


pythonfunctionpropertiesgetattrpython-descriptors

Read More
Why is `__dict__` attribute of a custom Python class instance a descriptor of the class, instead of ...


pythonpython-3.xpython-descriptors

Read More
How do I tell pylint about a descriptor providing access to iterables, subscriptables?...


pythonpython-decoratorspylintpython-descriptors

Read More
`__set_name__` hook manually added to `functools.wraps()` descriptor instance never called...


pythondecoratorpython-decoratorsmetaclasspython-descriptors

Read More
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
BackNext