(self, *args, **kwargs)
| 92 | return "\n" |
| 93 | |
| 94 | def close(self, *args, **kwargs): |
| 95 | pass # expected in StdIn |
| 96 | |
| 97 | |
| 98 | # ======================================================================================================================= |
no outgoing calls
no test coverage detected