Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-descriptors

Python attributes and descriptors

Understanding Python Descriptors

Using Typing and Mypy with Descriptors

Adaptable descriptor in Python

typing: How to bind owner class to generic descriptor?

why do you need "if instance is None" in __get__ of a descriptor class?

Neat way to get descriptor object

Setting a class __name__ declaratively

Type hinting with descriptors

How to assign member variables temporarily?

python data and non-data descriptors

Why does setting a descriptor on a class overwrite the descriptor?

Why do people default owner parameter to None in __get__?

How can I get the attribute name when working with descriptor protocol in Python?

How to use super() with one argument?