curses.tigetstr(capname) Return the value of the string capability corresponding to the terminfo capability name capname
os.fork() Fork a child process. Return 0 in the child and the child’s process id in the parent. If an error occurs
os.chroot(path) Change the root directory of the current process to path. Availability:
platform.system() Returns the system/OS name, e.g. 'Linux', 'Windows', or 'Java'. An
PyDLL._handle The system handle used to access the library.
curses.ascii.alt(c) Return the 8-bit character corresponding to the given ASCII character (the character bit value is bitwise-ored
os.curdir The constant string used by the operating system to refer to the current directory. This is '.' for Windows
os.mknod(path, mode=0o600, device=0, *, dir_fd=None) Create a filesystem node (file, device special file or named pipe) named
time.asctime([t]) Convert a tuple or struct_time representing a time as returned by gmtime() or
class ctypes.c_longdouble Represents the C long double datatype. The constructor accepts an optional float initializer
Page 56 of 67