Home
last modified time | relevance | path

Searched refs:PyModule_New (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dmoduleobject.h20 PyAPI_FUNC(PyObject *) PyModule_New(
/third_party/python/Objects/
Dmoduleobject.c114 PyModule_New(const char *name) in PyModule_New() function
218 if ((m = (PyModuleObject*)PyModule_New(name)) == NULL) in _PyModule_CreateInitialized()
/third_party/python/Modules/
D_testmultiphase.c709 return PyModule_New("foo"); in createfunc_unreported_exception()
Dpyexpat.c1626 PyObject *submodule = PyModule_New(fullname); in add_submodule()
/third_party/python/Doc/c-api/
Dmodule.rst52 .. c:function:: PyObject* PyModule_New(const char *name)
355 a normal module object using :c:func:`PyModule_New`. The name is taken from
/third_party/python/Doc/data/
Dstable_abi.dat403 function,PyModule_New,3.2,
Drefcounts.dat1402 PyModule_New:PyObject*::+1:
1403 PyModule_New::char* name::
/third_party/python/PC/
Dpython3dll.c379 EXPORT_FUNC(PyModule_New)
/third_party/python/Misc/
Dstable_abi.txt930 function PyModule_New