Home
last modified time | relevance | path

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

/third_party/python/Include/
Dimport.h11 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/Doc/data/
Dstable_abi.dat293 function,PyImport_ExecCodeModule,3.2,
Drefcounts.dat978 PyImport_ExecCodeModule:PyObject*::+1:
979 PyImport_ExecCodeModule:const char*:name::
980 PyImport_ExecCodeModule:PyObject*:co:0:
/third_party/python/PC/
Dpython3dll.c282 EXPORT_FUNC(PyImport_ExecCodeModule)
/third_party/python/Python/
Dimport.c692 PyImport_ExecCodeModule(const char *name, PyObject *co) in PyImport_ExecCodeModule() function
/third_party/python/Misc/
Dstable_abi.txt762 function PyImport_ExecCodeModule
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