carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Namespaces | Functions
stream.py File Reference

Classes

class  carputils.stream.DummyStream
 A placeholder stream that simply ignores the write instruction. More...
 
class  carputils.stream.RegexCallbackStream
 
class  carputils.stream.MultiStream
 A stream that forwards on the write call to other streams. More...
 

Namespaces

 carputils.stream
 

Functions

def carputils.stream.merge (streams)
 Merge the provided streams into a single one. More...
 
def carputils.stream.divert_std (replacement)
 Context manager to temporarily replace sys.stdout and sys.stderr. More...