mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-29 10:14:37 +08:00
adc6bf5f94
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)`.