writable() Return True if the stream supports writing. If False, write() and truncate()
Panel.top() Push panel to the top of the stack.
os.spawnvpe(mode, file, args, env) Execute the program path in a new process. (Note
write(b) Write the given bytes-like object, b, to the underlying raw stream
class ctypes.BigEndianStructure(*args, **kw) Abstract base class for structures in big endian byte order.
readline(size=-1) Read and return one line from the stream. If size is specified, at most size bytes will
os.sched_getparam(pid) Return the scheduling parameters as a sched_param instance for the process with PID pid
ArgumentParser.get_default(dest) Get the default value for a namespace attribute, as set by either add_argument()
window.noutrefresh() Mark for refresh but wait. This function updates the data structure representing the desired state of the
class argparse.FileType(mode='r', bufsize=-1, encoding=None, errors=None) The FileType factory creates objects
Page 38 of 67