mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +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)`.