MCPcopy Create free account
hub / github.com/Noumena-Network/code /

Class

src/tools/REPLTool/pyReplFactory.tsx:295–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295export class PythonReplManager {
296 private child: ChildProcessWithoutNullStreams | null = null
297 private stdoutReader: Interface | null = null
298 private pendingExecs = new Map<string, PendingExec>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected