Home
last modified time | relevance | path

Searched refs:PyFile_SetOpenCodeHook (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Doc/c-api/
Dfile.rst63 .. 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
/external/python/cpython3/Include/cpython/
Dfileobject.h17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
/external/python/cpython3/Objects/
Dfileobject.c480 PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData) { in PyFile_SetOpenCodeHook() function
/external/python/cpython3/Programs/
D_testembed.c1167 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()
/external/python/cpython3/Misc/NEWS.d/
D3.11.4.rst409 method would also call into the hook set by :func:`PyFile_SetOpenCodeHook`.
/external/python/cpython3/Doc/library/
Dio.rst190 :c:func:`PyFile_SetOpenCodeHook`. However, assuming that ``path`` is a
/external/python/cpython3/Doc/data/
Dpython3.11.abi231 …<elf-symbol name='PyFile_SetOpenCodeHook' type='func-type' binding='global-binding' visibility='de…
8182PyFile_SetOpenCodeHook' mangled-name='PyFile_SetOpenCodeHook' filepath='Objects/fileobject.c' line…