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

Function get_module_to_path_map

mypy/server/update.py:746–747  ·  view source on GitHub ↗
(graph: Graph)

Source from the content-addressed store, hash-verified

744
745
746def get_module_to_path_map(graph: Graph) -> dict[str, str]:
747 return {module: node.xpath for module, node in graph.items()}
748
749
750def get_sources(

Callers 2

__init__Method · 0.85
update_moduleMethod · 0.85

Calls 1

itemsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…