MCPcopy Index your code
hub / github.com/python/cpython / MultiprocessResult

Class MultiprocessResult

Lib/test/libregrtest/run_workers.py:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74@dataclasses.dataclass(slots=True, frozen=True)
75class MultiprocessResult:
76 result: TestResult
77 # bpo-45410: stderr is written into stdout to keep messages order
78 worker_stdout: str | None = None
79 err_msg: str | None = None
80
81
82class WorkerThreadExited:

Callers 2

__init__Method · 0.85
_runtestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…