Searched refs:PyImport_ExecCodeModuleEx (Results 1 – 8 of 8) sorted by relevance
| /third_party/python/Include/ |
| D | import.h | 15 PyAPI_FUNC(PyObject *) PyImport_ExecCodeModuleEx(
|
| /third_party/python/Doc/c-api/ |
| D | import.rst | 150 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/ |
| D | refcounts.dat | 982 PyImport_ExecCodeModuleEx:PyObject*::+1: 983 PyImport_ExecCodeModuleEx:const char*:name:: 984 PyImport_ExecCodeModuleEx:PyObject*:co:0: 985 PyImport_ExecCodeModuleEx:const char*:pathname::
|
| D | stable_abi.dat | 305 function,PyImport_ExecCodeModuleEx,3.2,,
|
| /third_party/python/PC/ |
| D | python3dll.c | 289 EXPORT_FUNC(PyImport_ExecCodeModuleEx)
|
| /third_party/python/Python/ |
| D | import.c | 673 PyImport_ExecCodeModuleEx(const char *name, PyObject *co, const char *pathname) in PyImport_ExecCodeModuleEx() function
|
| /third_party/python/Misc/ |
| D | stable_abi.toml | 856 [function.PyImport_ExecCodeModuleEx]
|
| D | HISTORY | 6286 PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx()). 20336 - PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx(): if an 29618 - New function PyImport_ExecCodeModuleEx(), which extends
|