os.sync() Force write of everything to disk. Availability: Unix.
curses.resetty() Restore the state of the terminal modes to what it was at the last call to savetty().
write(b) Write the given bytes-like object, b, and return the number of bytes
tell() Return the current stream position.
class io.BufferedReader(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffer providing higher-level access to a readable, sequential
os.getpgrp() Return the id of the current process group. Availability: Unix.
class ctypes.WinDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Windows only: Instances of
read([size]) Read and return size bytes, or if size is not given or negative, until EOF or if the read call
Panel.replace(win) Change the window associated with the panel to the window win.
_type_ Specifies the type of each element in the array.
Page 1 of 67