MCPcopy Index your code
hub / github.com/python/cpython / start_color

Function start_color

Lib/curses/__init__.py:41–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39# called.
40
41def 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

Callers 1

wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…