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

Class SingledispatchInfo

mypyc/irbuild/prepare.py:759–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757
758
759class SingledispatchInfo(NamedTuple):
760 singledispatch_impls: dict[FuncDef, list[RegisterImplInfo]]
761 decorators_to_remove: dict[FuncDef, list[int]]
762
763
764def find_singledispatch_register_impls(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…