MkLogFileC - various functions to 'create and delete' a MkLogFileS … More...
Functions | |
static OT_ProcRet | pymkkernel_MkLogFileC_Open (OtClass_ARGS) |
Python: → C-API open the log-file in append mode … | |
static OT_ProcRet | pymkkernel_MkLogFileC_new (CONSTR_ARGS) |
Python: → C-API open the log-file in append mode … | |
MkLogFileC - various functions to 'create and delete' a MkLogFileS …
|
static |
Python:
→ C-API [constructor,static] MkLogFileC MkLogFileC.new(fmtobj:MkObjectC, file:string)
open the log-file in append mode …
Definition at line 266 of file MkLogFileC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkLogFileC MkLogFileC.Open(fmtobj:MkObjectC, file:string)
open the log-file in append mode …
Definition at line 246 of file MkLogFileC_py.c.