Home
last modified time | relevance | path

Searched refs:getbkgd (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_curses.py98 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx,
/external/python/cpython3/Lib/test/
Dtest_curses.py98 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx,
/external/python/cffi/demo/
D_curses.py394 getbkgd = _mk_w_return_val("getbkgd") variable in Window
/external/python/cpython3/Modules/
D_cursesmodule.c1236 return (long) getbkgd(self->win); in _curses_window_getbkgd_impl()
/external/python/cpython2/Modules/
D_cursesmodule.c846 return PyInt_FromLong((long) getbkgd(self->win)); in PyCursesWindow_GetBkgd()
/external/python/cpython2/Doc/library/
Dcurses.rst859 .. method:: window.getbkgd()
/external/python/cpython3/Doc/library/
Dcurses.rst898 .. method:: window.getbkgd()