Home
last modified time | relevance | path

Searched full:putwch (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/
H A Dgetpass.py103 msvcrt.putwch(c)
115 msvcrt.putwch('\r')
116 msvcrt.putwch('\n')
/third_party/python/PC/clinic/
H A Dmsvcrtmodule.c.h358 "putwch($module, unicode_char, /)\n"
364 {"putwch", (PyCFunction)msvcrt_putwch, METH_O, msvcrt_putwch__doc__},
376 _PyArg_BadArgument("putwch", "argument", "a unicode character", arg); in msvcrt_putwch()
383 _PyArg_BadArgument("putwch", "argument", "a unicode character", arg); in msvcrt_putwch()
/third_party/python/Doc/library/
H A Dmsvcrt.rst135 .. function:: putwch(unicode_char)
/third_party/python/PC/
H A Dmsvcrtmodule.c322 msvcrt.putwch
/third_party/python/Doc/whatsnew/
H A D2.6.rst3113 value, as does the :func:`getwche` function. The :func:`putwch` function

Completed in 10 milliseconds