theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite_Setup_libsq3lite_PY_API

META - Setup und Cleanup the Meta Library pysq3liteMore...

Functions

static OT_ProcRet pysq3lite_Sq3Lite_Cleanup (OtClass_ARGS)
  Python: [static] Cleanup() C-API
cleanup pysq3lite internal memory …
 
static OT_ProcRet pysq3lite_Sq3Lite_Setup (OtClass_ARGS)
  Python: [static] Setup() C-API
setup pysq3lite internal memory …
 

Detailed Description

META - Setup und Cleanup the Meta Library pysq3lite

For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ pysq3lite_Sq3Lite_Cleanup()

static OT_ProcRet pysq3lite_Sq3Lite_Cleanup ( OtClass_ARGS )
static

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

Definition at line 2359 of file LibSq3Lite_py.c.

2359 {
2363 Sq3CleanupTmpl ();
2365 goto end;
2366 error:
2368 end:
2370}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define Sq3CleanupTmpl()
#define OT_SETUP_hdl_static
#define Cleanup_doc

◆ pysq3lite_Sq3Lite_Setup()

static OT_ProcRet pysq3lite_Sq3Lite_Setup ( OtClass_ARGS )
static

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

Definition at line 2373 of file LibSq3Lite_py.c.

2373 {
2377 Sq3SetupTmpl ();
2379 goto end;
2380 error:
2382 end:
2384}
#define Sq3SetupTmpl()
#define Setup_doc