Home
last modified time | relevance | path

Searched refs:_curses_window_echochar_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_cursesmodule.c.h673 _curses_window_echochar_impl(PyCursesWindowObject *self, PyObject *ch,
700 return_value = _curses_window_echochar_impl(self, ch, attr); in _curses_window_echochar()
/external/python/cpython3/Modules/
D_cursesmodule.c1185 _curses_window_echochar_impl(PyCursesWindowObject *self, PyObject *ch, in _curses_window_echochar_impl() function