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

Function main

Lib/test/curses_tests.py:39–42  ·  view source on GitHub ↗
(stdscr)

Source from the content-addressed store, hash-verified

37 stdscr.clrtoeol()
38
39def main(stdscr):
40 stdscr.clear()
41 test_textpad(stdscr, False)
42 test_textpad(stdscr, True)
43
44
45if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

test_textpadFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…