mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-30 20:02:50 +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.