A stream that forwards on the write call to other streams.
More...
|
| def | __init__ (self, streams=[]) |
| |
| def | write (self, *args, **kwargs) |
| |
A stream that forwards on the write call to other streams.
- Parameters
-
| streams | list A list of output streams - practically, any object with a write method |
◆ __init__()
| def carputils.stream.MultiStream.__init__ |
( |
|
self, |
|
|
|
streams = [] |
|
) |
| |
◆ write()
| def carputils.stream.MultiStream.write |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
The documentation for this class was generated from the following file: