BasicTools.Helpers.BaseOutputObject module
Base object to Help output
- class BasicTools.Helpers.BaseOutputObject.BaseOutputObject(other=None)[source]
Bases:
objectBase class for almost all the classes in BasicTools. The principal functionality of this class is to handle output to the console with different level of verbosity. the user can change verbose level for a specific instance or to all the instances in a program.
- RETURN_FAIL = 1
- RETURN_FAIL_EXTERNAL_TOOL = 2
- RETURN_SUCCESS = 0
- BasicTools.Helpers.BaseOutputObject.ResetStartTime()[source]
Function to reset the start time of a program.