()
| 39 | # called. |
| 40 | |
| 41 | def start_color(): |
| 42 | import _curses, curses |
| 43 | _curses.start_color() |
| 44 | curses.COLORS = _curses.COLORS |
| 45 | curses.COLOR_PAIRS = _curses.COLOR_PAIRS |
| 46 | |
| 47 | # Import Python has_key() implementation if _curses doesn't contain has_key() |
| 48 |
no outgoing calls
no test coverage detected
searching dependent graphs…