MCPcopy Create free account
hub / github.com/python/mypy / ImportError

Class ImportError

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

Source from the content-addressed store, hash-verified

360class ValueError(Exception): pass
361class AttributeError(Exception): pass
362class ImportError(Exception): pass
363class NameError(Exception): pass
364class UnboundLocalError(NameError): pass
365class LookupError(Exception): pass

Callers 2

parse_to_binary_astFunction · 0.85
build_wheel.pyFile · 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…