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

Class RegisterCallableInfo

mypy/plugins/singledispatch.py:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class RegisterCallableInfo(NamedTuple):
32 register_type: Type
33 singledispatch_obj: Instance
34
35
36def get_singledispatch_info(typ: Instance) -> SingledispatchTypeVars | None:

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…