Base class for warnings in this library. More...
Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
| def | __str__ |
| Build the string to be displayed. More... | |
Public Attributes | |
| msg | |
| frame_info | |
Base class for warnings in this library.
Definition at line 100 of file error_handling.py.
| def pylmflib.pylmflib.utils.error_handling.Warning.__init__ | ( | self, | |
| msg | |||
| ) |
Constructor.
| msg | String to be reported to user. |
Definition at line 103 of file error_handling.py.
| def pylmflib.pylmflib.utils.error_handling.Warning.__str__ | ( | self | ) |
Build the string to be displayed.
Definition at line 113 of file error_handling.py.
| pylmflib.pylmflib.utils.error_handling.Warning.frame_info |
Definition at line 111 of file error_handling.py.
| pylmflib.pylmflib.utils.error_handling.Warning.msg |
Definition at line 108 of file error_handling.py.
1.8.7