Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dmsvcrtmodule.c255 msvcrt_getwche(PyObject *self, PyObject *args) in msvcrt_getwche() function
390 {"getwche", msvcrt_getwche, METH_VARARGS, getwche_doc},
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h306 {"getwche", (PyCFunction)msvcrt_getwche, METH_NOARGS, msvcrt_getwche__doc__},
312 msvcrt_getwche(PyObject *module, PyObject *Py_UNUSED(ignored)) in msvcrt_getwche() function