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

Method build

mypy/test/testfinegrained.py:176–181  ·  view source on GitHub ↗
(self, options: Options, sources: list[BuildSource])

Source from the content-addressed store, hash-verified

174 return out.splitlines()
175
176 def build(self, options: Options, sources: list[BuildSource]) -> list[str]:
177 try:
178 result = build.build(sources=sources, options=options)
179 except CompileError as e:
180 return e.messages
181 return result.errors
182
183 def format_triggered(self, triggered: list[list[str]]) -> list[str]:
184 result = []

Callers 2

run_caseMethod · 0.95
perform_stepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected