theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
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 2362 of file LibSq3Lite_py.c.

2362 {
2366 Sq3CleanupTmpl ();
2368 goto end;
2369 error:
2371 end:
2373}
#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 2376 of file LibSq3Lite_py.c.

2376 {
2380 Sq3SetupTmpl ();
2382 goto end;
2383 error:
2385 end:
2387}
#define Sq3SetupTmpl()
#define Setup_doc