Public Member Functions | |
__init__ (self, name) | |
io (self) | |
Public Attributes | |
name = name | |
Name of the class. | |
All pro tools inherit form this class. For now each class get a logger. Attributes ---------- name : str Name of the Class. io : function Returns the logger
Definition at line 26 of file settings.py.
__init__ | ( | self, | |
name ) |
init function :param name: Name of the class
Definition at line 41 of file settings.py.
io | ( | self | ) |
Logging function :return: logger
Definition at line 49 of file settings.py.
name = name |
Name of the class.
Definition at line 46 of file settings.py.