MCPcopy
hub / github.com/python/mypy / all

Function all

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

Source from the content-addressed store, hash-verified

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

Callers 15

runtests.pyFile · 0.85
has_readable_memberMethod · 0.85
check_match_argsMethod · 0.85
is_assignable_slotMethod · 0.85
infer_partial_typeMethod · 0.85
_is_truthy_typeMethod · 0.85
builtin_item_typeFunction · 0.85

Calls

no outgoing calls

Tested by 4

_is_decoratableFunction · 0.68
test_python_packageMethod · 0.68
assert_emitMethod · 0.68