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

Class SingledispatchTypeVars

mypy/plugins/singledispatch.py:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class SingledispatchTypeVars(NamedTuple):
27 return_type: Type
28 fallback: CallableType
29
30
31class RegisterCallableInfo(NamedTuple):

Callers 1

get_singledispatch_infoFunction · 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…