HDK
|
#include <PY_CPythonAPI.h>
Public Attributes | |
const char * | ml_name |
PY_PyCFunction | ml_meth |
int | ml_flags |
const char * | ml_doc |
Definition at line 503 of file PY_CPythonAPI.h.
const char* PY_PyMethodDef::ml_doc |
Definition at line 508 of file PY_CPythonAPI.h.
int PY_PyMethodDef::ml_flags |
Definition at line 507 of file PY_CPythonAPI.h.
PY_PyCFunction PY_PyMethodDef::ml_meth |
Definition at line 506 of file PY_CPythonAPI.h.
const char* PY_PyMethodDef::ml_name |
Definition at line 505 of file PY_CPythonAPI.h.