|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
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 | |
| Some tools for handling output streams (stdout, etc.) | |
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... | |
1.8.13