Home
last modified time | relevance | path

Searched refs:Py_OpenCodeHookFunction (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dfileobject.h13 typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); typedef
17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
/third_party/python/Include/internal/
Dpycore_runtime.h122 Py_OpenCodeHookFunction open_code_hook;
/third_party/python/Objects/
Dfileobject.c480 PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData) { in PyFile_SetOpenCodeHook()
510 Py_OpenCodeHookFunction hook = _PyRuntime.open_code_hook; in PyFile_OpenCodeObject()
/third_party/python/Doc/c-api/
Dfile.rst63 .. c:function:: int PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction handler)