class argparse.FileType(mode='r', bufsize=-1, encoding=None, errors=None) The FileType factory creates objects
window.delch([y, x]) Delete any character at (y, x).
st_size Size of the file in bytes, if it is a regular file or a symbolic link. The size of a symbolic link is the length of
from_buffer(source[, offset]) This method returns a ctypes instance that shares the buffer of the source object. The
os.execve(path, args, env) os.execvp(file, args) os.execvpe(file, args, env) These
time.perf_counter() Return the value (in fractional seconds) of a performance counter, i.e. a clock with the highest available
window.redrawln(beg, num) Indicate that the num screen lines, starting at line beg, are corrupted and should
st_rsize Real size of the file.
os.setreuid(ruid, euid) Set the current process’s real and effective user ids. Availability:
class io.FileIO(name, mode='r', closefd=True, opener=None) FileIO represents an OS-level file containing bytes
Page 33 of 67