|
Orbits
1
|
#include <stdarg.h>Go to the source code of this file.
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 |
| #define PYTHON_API_STRING "1013" |
| #define PYTHON_API_VERSION 1013 |
| const char const char Py_FORMAT_PARSETUPLE | ( | PyArg_ParseTuple | , |
| 2 | , | ||
| 3 | |||
| ) |
| PyAPI_DATA | ( | char * | ) |
| PyAPI_FUNC | ( | PyObject * | ) | const |
|
read |
| PyMethodDef const char PyObject int apiver |
| PyMethodDef const char* doc |
| const char PyObject const char long |
| PyMethodDef* methods |
| PyObject const char char const char Py_ssize_t |
| PyMethodDef const char PyObject* self |
| PyObject const char char va_list |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.