For more information on the search, visit the help page.
OrderedSet
add
acmecse.helpers.OrderedSet.OrderedSet
acmecse
helpers
class OrderedSet(list): (source)
View In Hierarchy
Simple implementation of an ordered set.
Items are ordered in the set by their order of adding them to the set. Uniqueness is assurd.
Any
Add an item to the set.
Only unique items are added.