List Question
20 TechQA 2024-03-07T13:30:00.867000What should be a type annotation for dataclass descriptor fields?
30 views
Asked by Michał Góral
Why does this python decorator refuse to set the setter?
46 views
Asked by forstack overflowizi
Same attribute name of an object in python descriptor and __init__ function
46 views
Asked by Roviostar
Intercepting Django fields access
50 views
Asked by Jonas
Why is __get__() specified to have an optional third argument?
82 views
Asked by Feuermurmel
Generic XML message parsing
39 views
Asked by Woody1193
Python dunder methods wrapped as property
104 views
Asked by Zhang Daniel
Let a passed function object be called as a method
111 views
Asked by Alexander
Why setting __set__ function for method descriptor does not make it data-descriptor?
60 views
Asked by Maciej Sinicki
Using a cached property on a named tuple
244 views
Asked by COVFEFE-19
Python class attribute access fails if attribute has no value
120 views
Asked by nosahama
Why does property override object.__getattribute__?
109 views
Asked by Géry Ogam
Descriptor Protocol with custom __str__() method in Python?
76 views
Asked by yetixhunting
Descriptor's __set__ not invoked
123 views
Asked by InSync
Class properties in Python 3.11+
5.9k views
Asked by kg583
Keeping multiple dictionaries in sync when one is the super set of the rest
78 views
Asked by Jaka Belec
How to type hint python magic __get__ method
420 views
Asked by feiyang472
Why cls.__getattribute__ returns a function instead of a bound method whereas cls.__call__ returns a bound method
88 views
Asked by Zhang Daniel
Getting the base class in a descriptor called via super()
96 views
Asked by wRAR