Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dfileobject.h16 typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); typedef
20 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
/external/python/cpython3/Include/internal/
Dpycore_runtime.h103 Py_OpenCodeHookFunction open_code_hook;
/external/python/cpython3/Objects/
Dfileobject.c528 PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData) { in PyFile_SetOpenCodeHook()
558 Py_OpenCodeHookFunction hook = _PyRuntime.open_code_hook; in PyFile_OpenCodeObject()
/external/python/cpython3/Doc/c-api/
Dfile.rst63 .. c:function:: int PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction handler)