#include <stdarg.h>Macros | |
| #define | PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c) |
| #define | PyModule_AddStringMacro(m, c) PyModule_AddStringConstant(m, #c, c) |
| #define | PYTHON_API_VERSION 1013 |
| #define | PYTHON_API_STRING "1013" |
| #define | Py_InitModule(name, methods) |
| #define | Py_InitModule3(name, methods, doc) |
Functions | |
| PyAPI_FUNC (PyObject *) _Py_VaBuildValue_SizeT(const char * | |
| PyAPI_FUNC (int) PyArg_Parse(PyObject * | |
| const char const char | Py_FORMAT_PARSETUPLE (PyArg_ParseTuple, 2, 3) |
| PyAPI_DATA (char *) _Py_PackageContext | |
Variables | |
| va_list | |
| PyObject const char char const char | Py_ssize_t |
| PyObject const char char const char PyObject * | kw |
| const char PyObject const char | long |
| PyMethodDef * | methods |
| PyMethodDef const char * | doc |
| PyMethodDef const char PyObject * | self |
| PyMethodDef const char PyObject int | apiver |
Definition at line 121 of file modsupport.h.
Definition at line 125 of file modsupport.h.
Definition at line 43 of file modsupport.h.
Definition at line 44 of file modsupport.h.
| #define PYTHON_API_STRING "1013" |
Definition at line 47 of file modsupport.h.
| #define PYTHON_API_VERSION 1013 |
Definition at line 46 of file modsupport.h.
| const char const char Py_FORMAT_PARSETUPLE | ( | PyArg_ParseTuple | , |
| 2 | , | ||
| 3 | |||
| ) |
| PyAPI_DATA | ( | char * | ) |
| PyAPI_FUNC | ( | PyObject * | ) | const |
| PyAPI_FUNC | ( | int | ) |
| PyMethodDef const char PyObject int apiver |
Definition at line 117 of file modsupport.h.
| PyMethodDef const char* doc |
Examples: Definition at line 117 of file modsupport.h.
Definition at line 33 of file modsupport.h.
| const char PyObject const char long |
Definition at line 41 of file modsupport.h.
| PyMethodDef* methods |
Definition at line 117 of file modsupport.h.
| PyObject const char char const char Py_ssize_t |
Definition at line 30 of file modsupport.h.
| PyMethodDef const char PyObject* self |
Definition at line 117 of file modsupport.h.
| PyObject const char char va_list |
Examples: Definition at line 23 of file modsupport.h.