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

Class KeyError

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

Source from the content-addressed store, hash-verified

364class UnboundLocalError(NameError): pass
365class LookupError(Exception): pass
366class KeyError(LookupError): pass
367class IndexError(LookupError): pass
368class RuntimeError(Exception): pass
369class UnicodeEncodeError(RuntimeError): pass

Callers 6

lookup_typeMethod · 0.85
lookupMethod · 0.85
lookup_qualifiedMethod · 0.85
__getitem__Method · 0.85
attr_detailsMethod · 0.85
method_declMethod · 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…