Searched refs:PyFile_SetOpenCodeHook (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | file.rst | 63 .. c:function:: int PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction handler) 80 :c:func:`PyFile_SetOpenCodeHook` will fail. On failure, the function returns 85 .. audit-event:: setopencodehook "" c.PyFile_SetOpenCodeHook
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | fileobject.h | 17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | fileobject.h | 17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | fileobject.h | 17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | fileobject.h | 17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | fileobject.h | 17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | fileobject.c | 480 PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData) { in PyFile_SetOpenCodeHook() function
|
/aosp_15_r20/external/python/cpython3/Programs/ |
D | _testembed.c | 1167 result = PyFile_SetOpenCodeHook(_open_code_hook, &result); in test_open_code_hook() 1173 result = PyFile_SetOpenCodeHook(_open_code_hook, &result); in test_open_code_hook()
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.11.4.rst | 409 method would also call into the hook set by :func:`PyFile_SetOpenCodeHook`.
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | io.rst | 190 :c:func:`PyFile_SetOpenCodeHook`. However, assuming that ``path`` is a
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 231 …<elf-symbol name='PyFile_SetOpenCodeHook' type='func-type' binding='global-binding' visibility='de… 8182 …PyFile_SetOpenCodeHook' mangled-name='PyFile_SetOpenCodeHook' filepath='Objects/fileobject.c' line…
|