MkErrorC - various functions to raise a 'System' messagen on MkErrorS … More...
Functions | |
static OT_ProcRet | pymkkernel_MkErrorC_DEFAULT (OtClass_ARGS) |
Python: → C-API default-system-error - default-error … | |
static OT_ProcRet | pymkkernel_MkErrorC_FORMAT (OtClass_ARGS) |
Python: → C-API system-error-format - format and return the default-error … | |
static OT_ProcRet | pymkkernel_MkErrorC_IGNORE (OtClass_ARGS) |
Python: → C-API ignore-system-error - ignore the next error … | |
static OT_ProcRet | pymkkernel_MkErrorC_PRINT (OtClass_ARGS) |
Python: → C-API ignore-system-error - print the next error into MkLogFileC … | |
MkErrorC - various functions to raise a 'System' messagen on MkErrorS …
|
static |
Python:
→ C-API [static] MkErrorC MkErrorC.DEFAULT()
default-system-error - default-error …
Definition at line 814 of file MkErrorC_py.c.
|
static |
Python:
→ C-API [static] MkErrorC MkErrorC.FORMAT(?fmtobj:MkObjectC=None?)
system-error-format - format and return the default-error …
Definition at line 828 of file MkErrorC_py.c.
|
static |
Python:
→ C-API [static] MkErrorC MkErrorC.IGNORE()
ignore-system-error - ignore the next error …
Definition at line 844 of file MkErrorC_py.c.
|
static |
Python:
→ C-API [static] MkErrorC MkErrorC.PRINT()
ignore-system-error - print the next error into MkLogFileC …
Definition at line 858 of file MkErrorC_py.c.