HomeSort by relevance Sort by last modified time
    Searched refs:is_term_resized (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 224 if hasattr(curses, 'is_term_resized'):
225 curses.is_term_resized(*stdscr.getmaxyx())
  /external/python/cpython2/Lib/test/
test_curses.py 336 @requires_curses_func('is_term_resized')
338 curses.is_term_resized(*self.stdscr.getmaxyx())
  /external/python/cpython3/Lib/test/
test_curses.py 347 @requires_curses_func('is_term_resized')
349 curses.is_term_resized(*self.stdscr.getmaxyx())
  /external/python/cpython2/Modules/
_cursesmodule.c     [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c     [all...]
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 634 milliseconds