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

Function any

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 2

run_caseMethod · 0.68
isdirMethod · 0.68