Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
326
def
build_error(msg: str) -> NoReturn:
327
raise
CompileError([f
"mypy: error: {msg}"
])
328
329
330
def
build(
Callers
1
__init__
Method · 0.85
Calls
1
CompileError
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…