Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Descriptors

Python supports descriptors, i.e., the generic object class supports the __get__, __set__, and __delete__ methods that allow to implement accessor methods.

What is it?

typed_property.py: implements typed properties