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

Function min

mypyc/test-data/fixtures/ir.py:430–430  ·  view source on GitHub ↗
(x: _T, y: _T)

Source from the content-addressed store, hash-verified

428def sorted(iterable: Iterable[_T]) -> list[_T]: ...
429def exit() -> None: ...
430def min(x: _T, y: _T) -> _T: ...
431def max(x: _T, y: _T) -> _T: ...
432def repr(o: object) -> str: ...
433def ascii(o: object) -> str: ...

Callers 15

choose_freeFunction · 0.85
translate_stmt_listMethod · 0.85
compute_dependenciesMethod · 0.85
sorted_componentsFunction · 0.85
sorted_components_innerFunction · 0.85
match_generic_callablesFunction · 0.85
literalFunction · 0.85
get_available_threadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected