Challenge: Creating Descriptors
Test your knowledge of creating simple descriptor classes in Python.
We'll cover the following...
Overview
Create a descriptor class that implements the get
, set
and delete
methods of the descriptor protocol.