OrderedSet ========== .. rubric:: *module* :mod:`wntr.utils.ordered_set` .. currentmodule:: wntr.utils.ordered_set .. autoclass:: OrderedSet .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: OrderedSet.add OrderedSet.clear OrderedSet.discard OrderedSet.isdisjoint OrderedSet.pop OrderedSet.remove OrderedSet.union OrderedSet.update ~~~~~~~~~~~~~~~~~~~~~~~~~~~