Home
last modified time | relevance | path

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

/external/python/cffi/demo/
D_curses.py651 def color_content(color): function
654 if lib.color_content(color, r, g, b) == lib.ERR:
/external/python/cpython2/Lib/test/
Dtest_curses.py272 curses.color_content(1)
/external/python/cpython3/Lib/test/
Dtest_curses.py287 curses.color_content(1)
/external/python/cpython3/Modules/
D_cursesmodule.c2607 if (color_content(color_number, &r, &g, &b) != ERR) in _curses_baudrate_impl()
/external/python/cpython2/Modules/
D_cursesmodule.c1747 if (color_content(color, &r, &g, &b) != ERR) in PyCurses_Color_Content()
/external/python/cpython2/Doc/library/
Dcurses.rst104 .. function:: color_content(color_number)
/external/python/cpython3/Doc/library/
Dcurses.rst112 .. function:: color_content(color_number)