FilterComponent([filter]) -> new FilterComponent component.
Component that can modify and filter data passing through it. Plug your own 'filter' into it.
Keyword arguments: - filter -- an object implementing a filter(data) method (default=NullFilter instance)
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. |