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

Function build_error

mypy/build.py:326–327  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

324
325
326def build_error(msg: str) -> NoReturn:
327 raise CompileError([f"mypy: error: {msg}"])
328
329
330def build(

Callers 1

__init__Method · 0.85

Calls 1

CompileErrorClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…