Home
last modified time | relevance | path

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

/third_party/python/Include/
Dimport.h15 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleEx(
/third_party/python/Doc/c-api/
Dimport.rst150 See also :c:func:`PyImport_ExecCodeModuleEx` and
154 .. c:function:: PyObject* PyImport_ExecCodeModuleEx(const char *name, PyObject *co, const char *pat…
164 Like :c:func:`PyImport_ExecCodeModuleEx`, but the :attr:`__cached__`
/third_party/python/Doc/data/
Drefcounts.dat982 PyImport_ExecCodeModuleEx:PyObject*::+1:
983 PyImport_ExecCodeModuleEx:const char*:name::
984 PyImport_ExecCodeModuleEx:PyObject*:co:0:
985 PyImport_ExecCodeModuleEx:const char*:pathname::
Dstable_abi.dat294 function,PyImport_ExecCodeModuleEx,3.2,
/third_party/python/PC/
Dpython3dll.c283 EXPORT_FUNC(PyImport_ExecCodeModuleEx)
/third_party/python/Python/
Dimport.c699 PyImport_ExecCodeModuleEx(const char *name, PyObject *co, const char *pathname) in PyImport_ExecCodeModuleEx() function
/third_party/python/Misc/
Dstable_abi.txt764 function PyImport_ExecCodeModuleEx
DHISTORY6286 PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx()).
20336 - PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx(): if an
29618 - New function PyImport_ExecCodeModuleEx(), which extends