os.utime(path, times=None, *, [ns, ]dir_fd=None, follow_symlinks=True) Set the access and modified times of the file specified
curses.has_il() Return True if the terminal has insert- and delete-line capabilities, or can simulate them using
platform.machine() Returns the machine type, e.g. 'i386'. An empty string is returned if the value cannot be determined
window.vline(ch, n) window.vline(y, x, ch, n) Display a vertical line starting at (y, x) with length
os.pipe2(flags) Create a pipe with flags set atomically. flags can be constructed by ORing together one or
os.get_blocking(fd) Get the blocking mode of the file descriptor: False if the O_NONBLOCK flag is
os.setpgid(pid, pgrp) Call the system call setpgid() to set the process group id of the process with id pid
time.localtime([secs]) Like gmtime() but converts to local time. If secs is not provided or
class ctypes.HRESULT Windows only: Represents a HRESULT value, which contains success or error information for
class ctypes.c_float Represents the C float datatype. The constructor accepts an optional float initializer.
Page 51 of 67