Searched refs:PyFile_SetOpenCodeHook (Results 1 – 5 of 5) sorted by relevance
28 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
63 .. c:function:: int PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction handler)80 :c:func:`PyFile_SetOpenCodeHook` will fail. On failure, the function returns
527 PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData) { in PyFile_SetOpenCodeHook() function
1057 result = PyFile_SetOpenCodeHook(_open_code_hook, &result); in test_open_code_hook()1063 result = PyFile_SetOpenCodeHook(_open_code_hook, &result); in test_open_code_hook()
138 :c:func:`PyFile_SetOpenCodeHook`, however, it should always be considered