os.removexattr(path, attribute, *, follow_symlinks=True) Removes the extended filesystem attribute attribute from path
class ctypes.OleDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Windows only: Instances of
curses.typeahead(fd) Specify that the file descriptor fd be used for typeahead checking. If fd is -1
os.initgroups(username, gid) Call the system initgroups() to initialize the group access list with all of the groups of which
os.urandom(n) Return a string of n random bytes suitable for cryptographic use. This
curses.putp(string) Equivalent to tputs(str, 1, putchar); emit the value of a specified terminfo capability for
os.fwalk(top='.', topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None) This behaves exactly like walk()
tell() Return the current stream position as an opaque number. The number does not usually represent a number of bytes in the
window.deleteln() Delete the line under the cursor. All following lines are moved up by one line.
getbuffer() Return a readable and writable view over the contents of the buffer without copying them. Also, mutating the view
Page 6 of 67