readline(size=-1) Read until newline or EOF and return a single str. If the stream is already at EOF, an empty
class ctypes.BigEndianStructure(*args, **kw) Abstract base class for structures in big endian byte order.
os.sched_getparam(pid) Return the scheduling parameters as a sched_param instance for the process with PID pid
os.listxattr(path=None, *, follow_symlinks=True) Return a list of the extended filesystem attributes on path. The attributes
os.setresuid(ruid, euid, suid) Set the current process’s real, effective, and saved user ids. Availability:
class ctypes.Union(*args, **kw) Abstract base class for unions in native byte order.
os.fsencode(filename) Encode filename to the filesystem encoding with 'surrogateescape' error handler
window.inch([y, x]) Return the character at the given position in the window. The bottom 8 bits are the character proper, and
os.remove(path, *, dir_fd=None) Remove (delete) the file path. If path is a directory,
class ctypes.c_int Represents the C signed int datatype. The constructor accepts an optional integer initializer;
Page 40 of 67