Home
last modified time | relevance | path

Searched refs:PyImport_ExecCodeModule (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dimport.h15 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModule(
/third_party/python/Doc/c-api/
Dimport.rst121 .. c:function:: PyObject* PyImport_ExecCodeModule(const char *name, PyObject *co)
130 in :attr:`sys.modules` on entry to :c:func:`PyImport_ExecCodeModule`. Leaving
156 Like :c:func:`PyImport_ExecCodeModule`, but the :attr:`__file__` attribute of
/third_party/python/PC/
Dpython3.def281 PyImport_ExecCodeModule=python38.PyImport_ExecCodeModule
/third_party/python/Doc/data/
Drefcounts.dat978 PyImport_ExecCodeModule:PyObject*::+1:
979 PyImport_ExecCodeModule:const char*:name::
980 PyImport_ExecCodeModule:PyObject*:co:0:
/third_party/python/Python/
Dimport.c878 PyImport_ExecCodeModule(const char *name, PyObject *co) in PyImport_ExecCodeModule() function
/third_party/python/Misc/
DHISTORY6286 PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx()).
20336 - PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx(): if an
29619 PyImport_ExecCodeModule() by adding an extra parameter to pass it the