Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dfileobject.h12 typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); typedef
16 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
/external/python/cpython3/Include/internal/
Dpycore_runtime.h114 Py_OpenCodeHookFunction open_code_hook;
/external/python/cpython3/Objects/
Dfileobject.c516 PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData) { in PyFile_SetOpenCodeHook()
546 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)
/external/python/cpython3/Doc/data/
Dpython3.10.abi5345 …<typedef-decl name='Py_OpenCodeHookFunction' type-id='type-id-146' filepath='./Include/cpython/fil…