mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-14 19:53:15 +08:00
62efd05201
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.