MCPcopy Create free account
hub / github.com/python/mypy / ov

Method ov

mypy/test/testtypes.py:904–905  ·  view source on GitHub ↗
(*items: CallableType)

Source from the content-addressed store, hash-verified

902 c = self.callable
903
904 def ov(*items: CallableType) -> Overloaded:
905 return Overloaded(list(items))
906
907 fx = self.fx
908 func = fx.function

Callers

nothing calls this directly

Calls 2

OverloadedClass · 0.90
listClass · 0.85

Tested by

no test coverage detected