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

Class CantImport

mypy/stubutil.py:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57class CantImport(Exception):
58 def __init__(self, module: str, message: str) -> None:
59 self.module = module
60 self.message = message
61
62
63def walk_packages(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…