This module can be used to limit changing member variables of class instances. Creation and / or modification of member variables is limited to the constructor (__init__). Different levels of access restriction are provided.
__init__