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

Function fail

mypyc/build.py:183–185  ·  view source on GitHub ↗
(message: str)

Source from the content-addressed store, hash-verified

181
182
183def fail(message: str) -> NoReturn:
184 # TODO: Is there something else we should do to fail?
185 sys.exit(message)
186
187
188def emit_messages(options: Options, messages: list[str], dt: float, serious: bool = False) -> None:

Callers 1

get_mypy_configFunction · 0.70

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…