Searched full:putwch (Results 1 - 5 of 5) sorted by relevance
| /third_party/python/Lib/ |
| H A D | getpass.py | 103 msvcrt.putwch(c) 115 msvcrt.putwch('\r') 116 msvcrt.putwch('\n')
|
| /third_party/python/PC/clinic/ |
| H A D | msvcrtmodule.c.h | 358 "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 D | msvcrt.rst | 135 .. function:: putwch(unicode_char)
|
| /third_party/python/PC/ |
| H A D | msvcrtmodule.c | 322 msvcrt.putwch
|
| /third_party/python/Doc/whatsnew/ |
| H A D | 2.6.rst | 3113 value, as does the :func:`getwche` function. The :func:`putwch` function
|
Completed in 10 milliseconds