lump.keypress module¶
-
class
lump.keypress.CharOptions(auto_include_help=None)[source]¶ Bases:
lump.keypress.Options
-
class
lump.keypress.ComplexOptions(auto_include_help=None)[source]¶ Bases:
lump.keypress.OptionsOptions with possibility of arguments
-
class
lump.keypress.InteractiveTerminalHandler[source]¶ Bases:
objectA handler that reads commands from stdin in a separate process, and handles any actions that may be associated with it.
-
class
lump.keypress.KeyPressHandler[source]¶ Bases:
lump.keypress.InteractiveTerminalHandlerA handler that reads keypresses from stdin in a separate process, and handles any actions that may be associated with that keypress.