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

Class IrCheckException

mypyc/analysis/ircheck.py:129–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129class IrCheckException(Exception):
130 pass
131
132
133def assert_func_ir_valid(fn: FuncIR) -> None:

Callers 1

assert_func_ir_validFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…