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

Function deserialize_vtable

mypyc/ir/class_ir.py:539–540  ·  view source on GitHub ↗
(data: list[JsonDict], ctx: DeserMaps)

Source from the content-addressed store, hash-verified

537
538
539def deserialize_vtable(data: list[JsonDict], ctx: DeserMaps) -> VTableEntries:
540 return [deserialize_vtable_entry(x, ctx) for x in data]
541
542
543def all_concrete_classes(class_ir: ClassIR) -> list[ClassIR] | None:

Callers 1

deserializeMethod · 0.85

Calls 1

deserialize_vtable_entryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…