Home
last modified time | relevance | path

Searched refs:PyModule_AddFunctions (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dmodsupport.h160 PyAPI_FUNC(int) PyModule_AddFunctions(PyObject *, PyMethodDef *);
/third_party/python/Objects/
Dmoduleobject.c232 if (PyModule_AddFunctions((PyObject *) m, module->m_methods) != 0) { in _PyModule_CreateInitialized()
437 PyModule_AddFunctions(PyObject *m, PyMethodDef *functions) in PyModule_AddFunctions() function
/third_party/python/Doc/data/
Dstable_abi.dat387 function,PyModule_AddFunctions,3.7,
Drefcounts.dat1328 PyModule_AddFunctions:int:::
1329 PyModule_AddFunctions:PyObject*:module:0:
1330 PyModule_AddFunctions:PyMethodDef*:functions::
/third_party/python/PC/
Dpython3dll.c363 EXPORT_FUNC(PyModule_AddFunctions)
/third_party/python/Doc/c-api/
Dmodule.rst426 .. c:function:: int PyModule_AddFunctions(PyObject *module, PyMethodDef *functions)
/third_party/python/Misc/
Dstable_abi.txt1882 function PyModule_AddFunctions