Searched refs:msvcrt_getwche (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 255 msvcrt_getwche(PyObject *self, PyObject *args) in msvcrt_getwche() function 390 {"getwche", msvcrt_getwche, METH_VARARGS, getwche_doc},
|
/external/python/cpython3/PC/clinic/ |
D | msvcrtmodule.c.h | 306 {"getwche", (PyCFunction)msvcrt_getwche, METH_NOARGS, msvcrt_getwche__doc__}, 312 msvcrt_getwche(PyObject *module, PyObject *Py_UNUSED(ignored)) in msvcrt_getwche() function
|