MkObjectC - various functions related to the MkObjectS … More...
MkObjectC - various functions related to the MkObjectS …
|
static |
Python:
→ C-API MkErrorC obj.ErrorCatch(?exception:errorCode=None?, ?callfunc:string="MK_NULL"?)
convert a programming-language-error into an pymkkernel error …
Definition at line 698 of file MkObjectC_py.c.
|
static |
Python:
→ C-API bool obj.IsNull()
ckeck if the object is None
Definition at line 734 of file MkObjectC_py.c.
|
static |
Python:
→ C-API MkErrorC obj.ToError()
Error-Slot - return an error-object pre initialized with obj data.
Definition at line 718 of file MkObjectC_py.c.
|
static |
Python:
→ C-API string obj.ToName()
Info-Slot - returns brief information about the obj as a string
Definition at line 747 of file MkObjectC_py.c.
|
static |
Python:
→ C-API string obj.ToNameOfClass()
Class-Slot - returns the Python-Class-Name of the obj as string
Definition at line 760 of file MkObjectC_py.c.
|
static |
Python:
→ C-API string obj.ToNameOfType()
Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string
Definition at line 773 of file MkObjectC_py.c.
|
static |
Python:
→ C-API string inst.ToString()
String-Slot - returns the string representation of the inst …
Definition at line 786 of file MkObjectC_py.c.