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
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
Why is `__dict__` attribute of a custom Python class instance a descriptor of the class, instead of an actual attribute of the instances?
Dec 26, 2022
python
python-3.x
python-descriptors
Python object, where is `__name__` stored? [duplicate]
Nov 18, 2022
python
metaclass
python-datamodel
python-descriptors
python-object
Is one of the "__get__" arguments redundant? [duplicate]
Oct 28, 2022
python
python-descriptors
How is a staticmethod not bound to to the "staticmethod" class?
Sep 11, 2022
python
python-decorators
python-descriptors
How does a descriptor with __set__ but without __get__ work?
Sep 08, 2022
python
python-descriptors
Python attributes and descriptors
Sep 16, 2022
python
python-3.x
descriptor
python-descriptors
Understanding Python Descriptors
Dec 07, 2019
python
descriptor
python-descriptors
Using Typing and Mypy with Descriptors
Aug 19, 2022
python
mypy
python-typing
python-descriptors
Adaptable descriptor in Python
Oct 28, 2022
python
python-3.x
numpy
python-descriptors
typing: How to bind owner class to generic descriptor?
Sep 16, 2022
python
type-hinting
mypy
python-typing
python-descriptors
why do you need "if instance is None" in __get__ of a descriptor class?
Feb 19, 2022
python
descriptor
python-descriptors
Neat way to get descriptor object
Oct 15, 2022
python
python-3.x
descriptor
python-descriptors
mypy error: Callable has no attribute "__get__"
Oct 18, 2021
python
callable
mypy
python-descriptors
Setting a class __name__ declaratively
Oct 24, 2022
python
metaclass
python-datamodel
python-descriptors
python-object
Type hinting with descriptors
Apr 23, 2022
python
python-3.x
type-hinting
mypy
python-descriptors
How to assign member variables temporarily?
May 20, 2022
python
python-2.7
python-decorators
python-descriptors
python data and non-data descriptors
Nov 16, 2022
python
descriptor
python-descriptors
Why does setting a descriptor on a class overwrite the descriptor?
Aug 13, 2022
python
cpython
python-descriptors
Older Entries »