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

  /external/python/cpython2/PC/
msvcrtmodule.c 296 msvcrt_putwch(PyObject *self, PyObject *args) function
391 {"putwch", msvcrt_putwch, METH_VARARGS, putwch_doc},
  /external/python/cpython3/PC/clinic/
msvcrtmodule.c.h 338 {"putwch", (PyCFunction)msvcrt_putwch, METH_O, msvcrt_putwch__doc__},
344 msvcrt_putwch(PyObject *module, PyObject *arg) function

Completed in 491 milliseconds