(self, *args, **kwargs)
| 38 | return "\n" |
| 39 | |
| 40 | def write(self, *args, **kwargs): |
| 41 | pass # not available StdIn (but it can be expected to be in the stream interface) |
| 42 | |
| 43 | def flush(self, *args, **kwargs): |
| 44 | pass # not available StdIn (but it can be expected to be in the stream interface) |
no outgoing calls