PyDLL._name The name of the library passed in the constructor.
platform.mac_ver(release='', versioninfo=('', '', ''), machine='') Get Mac OS version information and return it as tuple (release
ctypes.get_last_error() Windows only: returns the current value of the ctypes-private copy of the system LastError
time.gmtime([secs]) Convert a time expressed in seconds since the epoch to a struct_time in UTC in which the dst
os.getegid() Return the effective group id of the current process. This corresponds to the “set id” bit on the file being executed
curses.delay_output(ms) Insert an ms millisecond pause in output.
window.derwin(begin_y, begin_x) window.derwin(nlines, ncols, begin_y, begin_x) An abbreviation for “derive window”
os.posix_fallocate(fd, offset, len) Ensures that enough disk space is allocated for the file specified by fd starting
ArgumentParser.add_subparsers([title][, description][, prog][, parser_class][, action][, option_string][, dest][, help][, metavar]) Many
os.setgid(gid) Set the current process’ group id. Availability: Unix.
Page 66 of 67