Searched refs:msvcrt_putch (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 277 msvcrt_putch(PyObject *self, PyObject *args) in msvcrt_putch() function 386 {"putch", msvcrt_putch, METH_VARARGS, putch_doc},
|
/external/python/cpython3/PC/clinic/ |
D | msvcrtmodule.c.h | 311 {"putch", (PyCFunction)msvcrt_putch, METH_O, msvcrt_putch__doc__}, 317 msvcrt_putch(PyObject *module, PyObject *arg) in msvcrt_putch() function
|