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

Method fail

mypy/semanal_namedtuple.py:724–725  ·  view source on GitHub ↗
(self, msg: str, ctx: Context, code: ErrorCode | None = None)

Source from the content-addressed store, hash-verified

722 return None
723
724 def fail(self, msg: str, ctx: Context, code: ErrorCode | None = None) -> None:
725 self.api.fail(msg, ctx, code=code)

Calls

no outgoing calls

Tested by

no test coverage detected