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

Function zip

mypyc/test-data/fixtures/ir.py:413–413  ·  view source on GitHub ↗
(x: Iterable[_T], y: Iterable[_S])

Source from the content-addressed store, hash-verified

411def enumerate(x: Iterable[_T]) -> Iterator[Tuple[int, _T]]: ...
412@overload
413def zip(x: Iterable[_T], y: Iterable[_S]) -> Iterator[Tuple[_T, _S]]: ...
414@overload
415def zip(x: Iterable[_T], y: Iterable[_S], z: Iterable[_V]) -> Iterator[Tuple[_T, _S, _V]]: ...
416def eval(e: str) -> Any: ...

Calls

no outgoing calls

Tested by 4

_verify_signatureFunction · 0.68
assert_blobs_sameFunction · 0.68
assert_modules_sameFunction · 0.68