Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/python/Include/cpython/
Dfileobject.h16 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
/third_party/python/Objects/
Dfileobject.c516 PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData) { in PyFile_SetOpenCodeHook() function
/third_party/python/Programs/
D_testembed.c1079 result = PyFile_SetOpenCodeHook(_open_code_hook, &result); in test_open_code_hook()
1085 result = PyFile_SetOpenCodeHook(_open_code_hook, &result); in test_open_code_hook()
/third_party/python/Doc/library/
Dio.rst188 :c:func:`PyFile_SetOpenCodeHook`. However, assuming that ``path`` is a