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

Function collect_curses

Lib/test/pythoninfo.py:491–497  ·  view source on GitHub ↗
(info_add)

Source from the content-addressed store, hash-verified

489
490
491def collect_curses(info_add):
492 try:
493 import curses
494 except ImportError:
495 return
496
497 copy_attr(info_add, 'curses.ncurses_version', curses, 'ncurses_version')
498
499
500def collect_datetime(info_add):

Callers

nothing calls this directly

Calls 1

copy_attrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…