mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-05 23:41:34 +08:00
Using izip with up to 6 arguments will retain the arguments' type information, using izip with 7 and more arguments will discard type information about the generated tuple items.