How to union nested Sets
How to union nested Sets / A single set from nested sets?
mviljamaa mviljamaa at kapsi.fiSun Jan 3 21:40:03 EST 2016
- Previous message (by thread): What use of 'sum' in this line code?
- Next message (by thread): How to union nested Sets / A single set from nested sets?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm forming sets by set.adding to sets and this leads to sets such as: Set([ImmutableSet(['a', ImmutableSet(['a'])]), ImmutableSet(['b', 'c'])]) Is there way union these to a single set, i.e. get Set(['a', 'b', 'c']) ?
- Previous message (by thread): What use of 'sum' in this line code?
- Next message (by thread): How to union nested Sets / A single set from nested sets?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list