Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/PC/clinic/
D_testconsole.c.h60 _testconsole_read_output_impl(PyObject *module, PyObject *file);
76 return_value = _testconsole_read_output_impl(module, file); in _testconsole_read_output()
/aosp_15_r20/external/python/cpython3/PC/
D_testconsole.c105 _testconsole_read_output_impl(PyObject *module, PyObject *file) in _testconsole_read_output_impl() function