Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_testmultiphase.c468 {Py_mod_create, createfunc_nonmodule},
671 {Py_mod_create, createfunc_null},
692 {Py_mod_create, createfunc_raise},
713 {Py_mod_create, createfunc_unreported_exception},
727 {Py_mod_create, createfunc_nonmodule},
/third_party/python/Include/
Dmoduleobject.h66 #define Py_mod_create 1 macro
/third_party/python/Objects/
Dmoduleobject.c282 if (cur_slot->slot == Py_mod_create) { in PyModule_FromDefAndSpec2()
403 case Py_mod_create: in PyModule_ExecDef()
/third_party/python/Doc/c-api/
Dmodule.rst335 .. c:macro:: Py_mod_create
351 Multiple ``Py_mod_create`` slots may not be specified in one module
354 If ``Py_mod_create`` is not specified, the import machinery will create
365 ``m_free``; non-zero ``m_size``; or slots other than ``Py_mod_create``.