Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in python-descriptors
Why does __get__ take an owner while __set__ and __delete__ do not?
Sep 21, 2026
python
attributes
datamodel
python-descriptors
Exception behaviour in Python __set_name__
Sep 18, 2026
python
python-3.x
exception
python-descriptors
catching exception with cached_property
Sep 14, 2026
python
python-decorators
python-descriptors
Knowing if a python cached property has been accessed without actually accessing it
Jul 24, 2026
python
python-descriptors
Python: adding descriptor with setattr doesn't call __set_name__
Jun 28, 2026
python
setattr
python-descriptors
Why do __setattr__ and __delattr__ raise an AttributeError in this case?
Apr 09, 2026
python
attributes
lookup
python-descriptors
python-datamodel
Why does this class descriptor __get__ method return self?
Mar 07, 2026
python
python-3.x
python-descriptors
Is there a danger restricting a method to only be used on instances?
Feb 28, 2026
python
descriptor
python-descriptors
How to type hint python magic __get__ method
Feb 14, 2026
python
python-typing
magic-methods
python-descriptors
What is the proper way to use descriptors as fields in Python dataclasses?
Feb 13, 2026
python
python-dataclasses
python-descriptors
Accessing attributes of a Python Descriptor
Nov 25, 2025
python
python-descriptors
Get attribute name of class attribute
Oct 20, 2025
python
python-3.5
python-descriptors
What is the purpose of instance and owner in Python descriptors?
Oct 21, 2025
python
python-descriptors
Let a passed function object be called as a method
Oct 18, 2025
python
python-descriptors
Python type-checking Protocols and Descriptors
Sep 05, 2025
python
python-typing
mypy
python-descriptors
Function to behave differently on class vs on instance
Mar 08, 2023
python
function
class
methods
python-descriptors
How is the self argument magically passed to instance methods?
Jan 12, 2023
python
oop
self
language-implementation
python-descriptors
Older Entries »