mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-11 09:26:47 +08:00
As of Python 2.7, you can pass in multiple iterables into some set methods like union, intersection, difference, and update. So, for example, `new_set = a.union(b, c)`.