Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dmsvcrtmodule.c232 msvcrt_getche(PyObject *self, PyObject *args) in msvcrt_getche() function
385 {"getche", msvcrt_getche, METH_VARARGS, getche_doc},
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h263 {"getche", (PyCFunction)msvcrt_getche, METH_NOARGS, msvcrt_getche__doc__},
269 msvcrt_getche(PyObject *module, PyObject *Py_UNUSED(ignored)) in msvcrt_getche() function