DisjointMapping =============== .. rubric:: *module* :mod:`wntr.utils.disjoint_mapping` .. currentmodule:: wntr.utils.disjoint_mapping .. autoclass:: DisjointMapping .. 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:: DisjointMapping.add_disjoint_group DisjointMapping.add_item_to_group DisjointMapping.clear DisjointMapping.get DisjointMapping.get_disjoint_group DisjointMapping.get_groupname DisjointMapping.items DisjointMapping.keys DisjointMapping.move_item_to_group DisjointMapping.pop DisjointMapping.popitem DisjointMapping.remove_item_from_group DisjointMapping.setdefault DisjointMapping.update DisjointMapping.values ~~~~~~~~~~~~~~~~~~~~~~~~~~~