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

Method type

mypy/checker.py:9008–9009  ·  view source on GitHub ↗
(self, type: Type)

Source from the content-addressed store, hash-verified

9006 self.map = map
9007
9008 def type(self, type: Type) -> Type:
9009 return expand_type(type, self.map)
9010
9011
9012def are_argument_counts_overlapping(t: CallableType, s: CallableType) -> bool:

Callers

nothing calls this directly

Calls 1

expand_typeFunction · 0.90

Tested by

no test coverage detected