python-2.7.6/include/modsupport.h File Reference

modsupport.h File Reference
+ この参照ページは、次の概要トピックと関連付けられています。
#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 PyObjectkw
 
const char PyObject const char long
 
PyMethodDefmethods
 
PyMethodDef const char * doc
 
PyMethodDef const char PyObjectself
 
PyMethodDef const char PyObject int apiver
 

Macro Definition Documentation

#define Py_InitModule (   name,
  methods 
)
Value:
Py_InitModule4(name, methods, (char *)NULL, (PyObject *)NULL, \
#define NULL
Definition: kaydara.h:169
char char char char char * name
Definition: abstract.h:355
#define PYTHON_API_VERSION
Definition: modsupport.h:46
PyMethodDef * methods
Definition: modsupport.h:117

Definition at line 121 of file modsupport.h.

#define Py_InitModule3 (   name,
  methods,
  doc 
)
Value:
Py_InitModule4(name, methods, doc, (PyObject *)NULL, \
#define NULL
Definition: kaydara.h:169
char char char char char * name
Definition: abstract.h:355
#define PYTHON_API_VERSION
Definition: modsupport.h:46
PyMethodDef const char * doc
Definition: modsupport.h:117
PyMethodDef * methods
Definition: modsupport.h:117

Definition at line 125 of file modsupport.h.

#define PyModule_AddIntMacro (   m,
 
)    PyModule_AddIntConstant(m, #c, c)

Definition at line 43 of file modsupport.h.

#define PyModule_AddStringMacro (   m,
 
)    PyModule_AddStringConstant(m, #c, c)

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.

Function Documentation

const char const char Py_FORMAT_PARSETUPLE ( PyArg_ParseTuple  ,
,
 
)
PyAPI_DATA ( char *  )
PyAPI_FUNC ( PyObject ) const
PyAPI_FUNC ( int  )

Variable Documentation

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.

PyObject const char char const char PyObject* kw

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.

Go to the source code of this file.