Home
last modified time | relevance | path

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

/third_party/python/Include/
Dmodsupport.h248 #define PyModule_FromDefAndSpec(module, spec) \ macro
251 #define PyModule_FromDefAndSpec(module, spec) \ macro
/third_party/python/Python/
Dimportdl.c201 return PyModule_FromDefAndSpec((PyModuleDef*)m, spec); in _PyImport_LoadDynamicModuleWithSpec()
Dimport.c1018 return PyModule_FromDefAndSpec((PyModuleDef*)mod, spec); in create_builtin()
/third_party/python/Doc/c-api/
Dmodule.rst386 objects dynamically. Note that both ``PyModule_FromDefAndSpec`` and
389 .. c:function:: PyObject * PyModule_FromDefAndSpec(PyModuleDef *def, PyObject *spec)
406 Most uses of this function should be using :c:func:`PyModule_FromDefAndSpec`
422 ``PyModule_FromDefAndSpec``.
435 ``PyModule_FromDefAndSpec``.
Dinit.rst1353 e.g. :c:func:`PyModule_FromDefAndSpec`, a separate module object is
/third_party/python/Doc/data/
Drefcounts.dat1372 PyModule_FromDefAndSpec:PyObject*::+1:
1373 PyModule_FromDefAndSpec:PyModuleDef*:def::
1374 PyModule_FromDefAndSpec:PyObject*:spec:0:
/third_party/python/Doc/whatsnew/
D3.5.rst2201 New :c:func:`PyModule_FromDefAndSpec`, :c:func:`PyModule_FromDefAndSpec2`,