os.altsep An alternative character used by the operating system to separate pathname components, or None if only
platform.platform(aliased=0, terse=0) Returns a single string identifying the underlying platform with as much useful information
Panel.show() Display the panel (which might have been hidden).
os.posix_fallocate(fd, offset, len) Ensures that enough disk space is allocated for the file specified by fd starting
curses.termattrs() Return a logical OR of all video attributes supported by the terminal. This information is useful when a
ctypes.string_at(address, size=-1) This function returns the C string starting at memory address address as a bytes
curses.ascii.ispunct(c) Checks for any printable ASCII character which is not a space or an alphanumeric character.
platform.mac_ver(release='', versioninfo=('', '', ''), machine='') Get Mac OS version information and return it as tuple (release
curses.newwin(nlines, ncols) curses.newwin(nlines, ncols, begin_y, begin_x) Return a new window, whose left-upper
window.insstr(str[, attr]) window.insstr(y, x, str[, attr]) Insert a character string (as many characters as will
Page 61 of 67