Home
last modified time | relevance | path

Searched defs:PyOS_InputHook (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Parser/
Dmyreadline.c30 int (*PyOS_InputHook)(void) = NULL; variable
/aosp_15_r20/external/python/cpython3/Parser/
Dmyreadline.c25 int (*PyOS_InputHook)(void) = NULL; variable