Spawns a runtime child process and communicates over its stdin/stdout. Construct via :meth:`RuntimeConnection.stdio`.
| 365 | |
| 366 | @dataclass |
| 367 | class StdioRuntimeConnection(ChildProcessRuntimeConnection): |
| 368 | """Spawns a runtime child process and communicates over its stdin/stdout. |
| 369 | |
| 370 | Construct via :meth:`RuntimeConnection.stdio`. |
| 371 | """ |
| 372 | |
| 373 | |
| 374 | @dataclass |
no outgoing calls
no test coverage detected
searching dependent graphs…