carputils
Doxygen code documentation for the python framework controlling openCARP
|
A stream that forwards on the write call to other streams. More...
Public Member Functions | |
def | __init__ (self, streams=[]) |
def | write (self, args, kwargs) |
A stream that forwards on the write call to other streams.
streams | list A list of output streams - practically, any object with a write method |
def carputils.stream.MultiStream.__init__ | ( | self, | |
streams = [] |
|||
) |
def carputils.stream.MultiStream.write | ( | self, | |
args, | |||
kwargs | |||
) |