| 293 | } |
| 294 | |
| 295 | export class PythonReplManager { |
| 296 | private child: ChildProcessWithoutNullStreams | null = null |
| 297 | private stdoutReader: Interface | null = null |
| 298 | private pendingExecs = new Map<string, PendingExec>() |
nothing calls this directly
no outgoing calls
no test coverage detected