window.clearok(yes) If yes is 1, the next call to refresh() will clear the window completely.
class argparse.Action(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)
os.cpu_count() Return the number of CPUs in the system. Returns None if undetermined.
window.keypad(yes) If yes is 1, escape sequences generated by some keys (keypad, function keys) will be interpreted
window.refresh([pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol]) Update the display immediately (sync actual screen with
class io.BufferedRWPair(reader, writer, buffer_size=DEFAULT_BUFFER_SIZE) A buffered I/O object combining two unidirectional
window.getch([y, x]) Get a character. Note that the integer returned does not have to be in ASCII range: function keys
class ctypes.c_byte Represents the C signed char datatype, and interprets the value as small integer. The constructor
class ctypes.PyDLL(name, mode=DEFAULT_MODE, handle=None) Instances of this class behave like CDLL instances, except
time.monotonic() Return the value (in fractional seconds) of a monotonic clock, i.e. a clock that cannot go backwards. The clock
Page 45 of 67