detach() Separate the underlying raw stream from the buffer and return it. After the raw stream
curses.ascii.isascii(c) Checks for a character value that fits in the 7-bit ASCII set.
os.urandom(n) Return a string of n random bytes suitable for cryptographic use. This
class io.TextIOBase Base class for text streams. This class provides a character and line based interface to stream I/O. There
__del__() Prepare for object destruction. IOBase provides a default implementation of this method that calls the
stat(*, follow_symlinks=True) Return a stat_result object for this entry. This method follows symbolic links by
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.
Page 12 of 67