Searched refs:PyCurses_ConvertToString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 367 PyCurses_ConvertToString(PyCursesWindowObject *win, PyObject *obj, in PyCurses_ConvertToString() function 834 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addstr_impl() 836 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addstr_impl() 917 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addnstr_impl() 919 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addnstr_impl() 1835 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_insstr_impl() 1837 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_insstr_impl() 1920 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_insnstr_impl() 1922 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_insnstr_impl()
|