Searched refs:leaveok (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 166 stdscr.leaveok(1)
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 167 stdscr.leaveok(1)
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 231 ``(y, x)``. If :meth:`leaveok <window.leaveok>` is currently ``True``, then return ``(-1, -1)``. 518 :meth:`leaveok <window.leaveok>` is set ``True``. 1059 .. method:: window.leaveok(flag)
|
/external/python/cffi/demo/ |
D | _curses.py | 254 leaveok = _mk_w_no_return("leaveok") variable in Window
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 223 leaveok is currently true, then -1,-1 is returned. 510 leaveok is set. 1007 .. method:: window.leaveok(yes)
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 262 older curses versions, there's a ``leaveok(bool)`` function. When *bool* is
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 328 with older curses versions, there's a ``leaveok(bool)`` function
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 509 Window_OneArgNoReturnFunction(leaveok, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 330 Window_OneArgNoReturnFunction(leaveok, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
|