Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
class
CantImport(Exception):
58
def
__init__(self, module: str, message: str) -> None:
59
self.module = module
60
self.message = message
61
62
63
def
walk_packages(
Callers
1
find_module_path_and_all_py3
Function · 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…