Searched refs:msvcrt_getche (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 232 msvcrt_getche(PyObject *self, PyObject *args) in msvcrt_getche() function 385 {"getche", msvcrt_getche, METH_VARARGS, getche_doc},
|
/external/python/cpython3/PC/clinic/ |
D | msvcrtmodule.c.h | 263 {"getche", (PyCFunction)msvcrt_getche, METH_NOARGS, msvcrt_getche__doc__}, 269 msvcrt_getche(PyObject *module, PyObject *Py_UNUSED(ignored)) in msvcrt_getche() function
|