Searched refs:PyImport_ExecCodeModuleEx (Results 1 – 6 of 6) sorted by relevance
19 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__`
282 PyImport_ExecCodeModuleEx=python38.PyImport_ExecCodeModuleEx
982 PyImport_ExecCodeModuleEx:PyObject*::+1:983 PyImport_ExecCodeModuleEx:const char*:name::984 PyImport_ExecCodeModuleEx:PyObject*:co:0:985 PyImport_ExecCodeModuleEx:const char*:pathname::
885 PyImport_ExecCodeModuleEx(const char *name, PyObject *co, const char *pathname) in PyImport_ExecCodeModuleEx() function
6286 PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx()).20336 - PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx(): if an29618 - New function PyImport_ExecCodeModuleEx(), which extends