window.keypad(yes) If yes is 1, escape sequences generated by some keys (keypad, function keys) will be interpreted
window.vline(ch, n) window.vline(y, x, ch, n) Display a vertical line starting at (y, x) with length
window.refresh([pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol]) Update the display immediately (sync actual screen with
platform.architecture(executable=sys.executable, bits='', linkage='') Queries the given executable (defaults to the Python interpreter
readall() Read and return all the bytes from the stream until EOF, using multiple calls to the stream if necessary.
os.fpathconf(fd, name) Return system configuration information relevant to an open file. name specifies the configuration
platform.python_compiler() Returns a string identifying the compiler used for compiling Python.
class io.BufferedRWPair(reader, writer, buffer_size=DEFAULT_BUFFER_SIZE) A buffered I/O object combining two unidirectional
os.WEXITSTATUS(status) If WIFEXITED(status) is true, return the integer parameter to the exit(2)
class io.TextIOWrapper(buffer, encoding=None, errors=None, newline=None, line_buffering=False, write_through=False) A buffered
Page 54 of 67