Home
last modified time | relevance | path

Searched defs:Py_InitModule4 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dmodsupport.h102 #define Py_InitModule4 Py_InitModule4_64 macro
111 #define Py_InitModule4 Py_InitModule4TraceRefs_64 macro
113 #define Py_InitModule4 Py_InitModule4TraceRefs macro
/external/python/cpython2/Python/
Dmodsupport.c32 Py_InitModule4(const char *name, PyMethodDef *methods, const char *doc, in Py_InitModule4() function