Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DynamicClassAttribute to list of properties
DynamicClassAttribute is a descriptor defined in Python's Lib/types.py which changes the behaviour of an attribute depending on if it is looked up on the class or on an instance.
- Loading branch information