ConsoleEchoer([forwarder][,use_repr]) -> new ConsoleEchoer component.
A component that outputs anything it is sent to standard output (the console).
Keyword arguments: - forwarder -- incoming data is also forwarded to "outbox" outbox if True (default=False) - use_repr -- use repr() instead of str() if True (default=False)
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. |