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

Class DeserMaps

mypyc/ir/ops.py:2104–2106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2102# (Serialization and deserialization *will* be used for incremental
2103# compilation but so far it is not hooked up to anything.)
2104class DeserMaps(NamedTuple):
2105 classes: dict[str, ClassIR]
2106 functions: dict[str, FuncIR]

Callers 2

compile_modules_to_irFunction · 0.90

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…