HomeSort by relevance Sort by last modified time
    Searched refs:msvcrt_getwche (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/PC/
msvcrtmodule.c 255 msvcrt_getwche(PyObject *self, PyObject *args) function
390 {"getwche", msvcrt_getwche, METH_VARARGS, getwche_doc},
  /external/python/cpython3/PC/clinic/
msvcrtmodule.c.h 287 {"getwche", (PyCFunction)msvcrt_getwche, METH_NOARGS, msvcrt_getwche__doc__},
293 msvcrt_getwche(PyObject *module, PyObject *Py_UNUSED(ignored)) function

Completed in 205 milliseconds