class documentation
class _WriteDiscarder(BytesIO):
Undocumented
Method | write |
Discard writes because we are emulating a console object, where they'd go to the screen, not back into the buffer to be read like an a+ file. |
class _WriteDiscarder(BytesIO):
Undocumented
Method | write |
Discard writes because we are emulating a console object, where they'd go to the screen, not back into the buffer to be read like an a+ file. |