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

Function sum

mypyc/test-data/fixtures/ir.py:389–389  ·  view source on GitHub ↗
(i: Iterable[bool])

Source from the content-addressed store, hash-verified

387def all(i: Iterable[_T]) -> bool: pass
388@overload
389def sum(i: Iterable[bool]) -> int: pass
390@overload
391def sum(i: Iterable[_T]) -> _T: pass
392@overload

Callers 15

accept_loopMethod · 0.85
check_argument_countMethod · 0.85
make_simplified_unionFunction · 0.85
has_many_errorsMethod · 0.85
num_messagesMethod · 0.85
dispatchFunction · 0.85
dumpsMethod · 0.85
sorted_componentsFunction · 0.85
on_finishMethod · 0.85
_report_any_exprsMethod · 0.85
totalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected