Simple output stream. May be used to mock stdout or stderr.
| 67 | |
| 68 | |
| 69 | class SimpleOutStream(SimpleStreamBase, SimpleStringBuffer): |
| 70 | """Simple output stream. May be used to mock stdout or stderr. |
| 71 | """ |
| 72 | |
| 73 | pass |
| 74 | |
| 75 | |
| 76 | class NullOutStream(SimpleStreamBase): |
no outgoing calls