MCPcopy Create free account
hub / github.com/qilingframework/qiling / SimpleOutStream

Class SimpleOutStream

qiling/extensions/pipe.py:69–73  ·  view source on GitHub ↗

Simple output stream. May be used to mock stdout or stderr.

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls