ConsoleReader([prompt][,eol]) -> new ConsoleReader component.
Component that provides a console for typing in stuff. Each line is output from the "outbox" outbox one at a time.
Keyword arguments: - prompt -- Command prompt (default=">>> ") - eol -- End of line character(s) to put on end of every line outputted (default is newline")
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |