theConfig 10.0
Loading...
Searching...
No Matches
LcConfig_Setup_PY_API

LcConfig PACKAGE - setup library and Programming-Language-Micro-Kernel (PLMK)More...

+ Collaboration diagram for LcConfig_Setup_PY_API:

Functions

static OT_ProcRet pylcconfig_LcConfig_Cleanup (OtClass_ARGS)
  Python: [static] Cleanup() C-API
cleanup pylcconfig internal memory …
 
static OT_ProcRet pylcconfig_LcConfig_Setup (OtClass_ARGS)
  Python: [static] Setup() C-API
setup pylcconfig internal memory …
 

Detailed Description

LcConfig PACKAGE - setup library and Programming-Language-Micro-Kernel (PLMK)

For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ pylcconfig_LcConfig_Cleanup()

static OT_ProcRet pylcconfig_LcConfig_Cleanup ( OtClass_ARGS )
static

Python: [static] Cleanup() C-API
cleanup pylcconfig internal memory …

Definition at line 375 of file LibLcConfig_py.c.

375 {
379 LcCleanupTmpl ();
381 goto end;
382 error:
384 end:
386}
#define OT_SETUP_hdl_static
#define LcCleanupTmpl()
#define Cleanup_doc
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS

◆ pylcconfig_LcConfig_Setup()

static OT_ProcRet pylcconfig_LcConfig_Setup ( OtClass_ARGS )
static

Python: [static] Setup() C-API
setup pylcconfig internal memory …

Definition at line 389 of file LibLcConfig_py.c.

389 {
393 LcSetupTmpl ();
395 goto end;
396 error:
398 end:
400}
#define LcSetupTmpl()
#define Setup_doc