Searched refs:PyImport_ExecCodeModuleEx (Results 1 – 8 of 8) sorted by relevance
15 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleEx(
150 See also :c:func:`PyImport_ExecCodeModuleEx` and154 .. c:function:: PyObject* PyImport_ExecCodeModuleEx(const char *name, PyObject *co, const char *pat…164 Like :c:func:`PyImport_ExecCodeModuleEx`, but the :attr:`__cached__`
982 PyImport_ExecCodeModuleEx:PyObject*::+1:983 PyImport_ExecCodeModuleEx:const char*:name::984 PyImport_ExecCodeModuleEx:PyObject*:co:0:985 PyImport_ExecCodeModuleEx:const char*:pathname::
294 function,PyImport_ExecCodeModuleEx,3.2,
283 EXPORT_FUNC(PyImport_ExecCodeModuleEx)
699 PyImport_ExecCodeModuleEx(const char *name, PyObject *co, const char *pathname) in PyImport_ExecCodeModuleEx() function
764 function PyImport_ExecCodeModuleEx
6286 PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx()).20336 - PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx(): if an29618 - New function PyImport_ExecCodeModuleEx(), which extends