Bug report
curses.initscr(), curses.newterm() and curses.start_color() are Python wrappers of the C functions (they copy the ACS_*, LINES/COLS and COLORS/COLOR_PAIRS constants into the package), and the wrappers have no docstring, so help(curses.initscr) shows nothing although _curses.initscr is documented. The curses.screen type has no docstring either, unlike window, complexchar and complexstr.
Also, the docstring of _curses.initscr() says "Return a WindowObject", the name of the C struct rather than the Python type.
Linked PRs
Bug report
curses.initscr(),curses.newterm()andcurses.start_color()are Python wrappers of the C functions (they copy theACS_*,LINES/COLSandCOLORS/COLOR_PAIRSconstants into the package), and the wrappers have no docstring, sohelp(curses.initscr)shows nothing although_curses.initscris documented. Thecurses.screentype has no docstring either, unlikewindow,complexcharandcomplexstr.Also, the docstring of
_curses.initscr()says "Return a WindowObject", the name of the C struct rather than the Python type.Linked PRs