Home
last modified time | relevance | path

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

/external/python/cpython3/Programs/
D_testembed.c1050 static PyObject *_open_code_hook(PyObject *path, void *data) in _open_code_hook() function
1067 result = PyFile_SetOpenCodeHook(_open_code_hook, &result); in test_open_code_hook()
1073 result = PyFile_SetOpenCodeHook(_open_code_hook, &result); in test_open_code_hook()