MCPcopy Index your code
hub / github.com/python/mypy / BuildResultThunk

Class BuildResultThunk

mypy/main.py:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204
205class BuildResultThunk:
206 # We pass this around so that we avoid freeing memory, which is slow
207 def __init__(self, build_result: build.BuildResult | None) -> None:
208 self._result = build_result
209
210
211def run_build(

Callers 1

run_buildFunction · 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…