mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-11 09:26:47 +08:00
To be on the conservative side I'm making it an Iterable of values; this should be good enough for common usages. The types of the values actually correspond to the types of the argument ContextManagers, but a proper signature would require variadic type variables (https://github.com/python/typing/issues/193), which isn't worth waiting for. :-)