Home
last modified time | relevance | path

Searched refs:Py_mod_create (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
D_testmultiphase.c459 {Py_mod_create, createfunc_nonmodule},
662 {Py_mod_create, createfunc_null},
683 {Py_mod_create, createfunc_raise},
704 {Py_mod_create, createfunc_unreported_exception},
718 {Py_mod_create, createfunc_nonmodule},
/external/python/cpython3/Include/
Dmoduleobject.h66 #define Py_mod_create 1 macro
/external/python/cpython3/Objects/
Dmoduleobject.c274 if (cur_slot->slot == Py_mod_create) { in PyModule_FromDefAndSpec2()
395 case Py_mod_create: in PyModule_ExecDef()
/external/python/cpython3/Doc/c-api/
Dmodule.rst328 .. c:macro:: Py_mod_create
344 Multiple ``Py_mod_create`` slots may not be specified in one module
347 If ``Py_mod_create`` is not specified, the import machinery will create
358 ``m_free``; non-zero ``m_size``; or slots other than ``Py_mod_create``.