Lines Matching defs:string
79 "Paint the string.\n"
90 "Paint the string str at (y, x) with attributes attr,\n"
151 "Paint at most n characters of the string.\n"
164 "Paint at most n characters of the string str at (y, x) with\n"
803 "Get a character (string) from terminal keyboard.\n"
810 "Returning a string instead of an integer, as getch() does. Function keys,\n"
811 "keypad keys and other special keys return a multibyte string containing the\n"
1090 "Insert the string before the current or specified position.\n"
1101 "Insert a character string (as many characters as will fit on the line)\n"
1163 "Insert at most n characters of the string.\n"
1176 "Insert a character string (as many characters as will fit on the line)\n"
1178 "or negative, the entire string is inserted. All characters to the right\n"
3456 "putp($module, string, /)\n"
3467 _curses_putp_impl(PyObject *module, const char *string);
3473 const char *string;
3475 if (!PyArg_Parse(arg, "y:putp", &string)) {
3478 return_value = _curses_putp_impl(module, string);
3957 "Return the value of the string capability.\n"
3962 "None is returned if capname is not a string capability, or is canceled or\n"
4001 "Instantiate the specified byte string with the supplied parameters.\n"
4004 " Parameterized byte string obtained from the terminfo database.");
4079 "Return a string which is a printable representation of the character ch.\n"