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

Class InspectError

mypy/moduleinspect.py:46–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46class InspectError(Exception):
47 pass
48
49
50def get_package_properties(package_id: str) -> ModuleProperties:

Callers 2

get_package_propertiesFunction · 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…