MCPcopy
hub / github.com/python/mypy / RuntimeError

Class RuntimeError

mypyc/test-data/fixtures/ir.py:368–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366class KeyError(LookupError): pass
367class IndexError(LookupError): pass
368class RuntimeError(Exception): pass
369class UnicodeEncodeError(RuntimeError): pass
370class UnicodeDecodeError(RuntimeError): pass
371class NotImplementedError(RuntimeError): pass

Callers 15

accept_loopMethod · 0.85
check_func_itemMethod · 0.85
_get_from_queueMethod · 0.85
visit_op_exprMethod · 0.85
visit_comparison_exprMethod · 0.85
from_operatorMethod · 0.85
from_comp_operatorMethod · 0.85
visit_BoolOpMethod · 0.85
visit_BinOpMethod · 0.85
visit_UnaryOpMethod · 0.85
visit_ConstantMethod · 0.85
visit_erased_typeMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_repoFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…