mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +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. :-)