(self, role: str)
| 242 | return input(f"{role}: ") |
| 243 | |
| 244 | def prompt_for_output(self, role: str): |
| 245 | print(f"{role}: ", end="", flush=True) |
| 246 | |
| 247 | def stream_output(self, output_stream): |
| 248 | pre = 0 |
nothing calls this directly
no outgoing calls
no test coverage detected