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

Class VTableMethod

mypyc/ir/class_ir.py:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71
72class VTableMethod(NamedTuple):
73 cls: "ClassIR" # noqa: UP037
74 name: str
75 method: FuncIR
76 shadow_method: FuncIR | None
77
78
79VTableEntries = list[VTableMethod]

Callers 3

compute_vtableFunction · 0.90
specialize_parent_vtableFunction · 0.90
deserialize_vtable_entryFunction · 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…