Registry ======== .. rubric:: *module* :mod:`wntr.network.base` .. currentmodule:: wntr.network.base .. autoclass:: Registry .. 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:: Registry.__call__ Registry.add_usage Registry.clear Registry.clear_usage Registry.get Registry.get_usage Registry.items Registry.keys Registry.orphaned Registry.pop Registry.popitem Registry.remove_usage Registry.setdefault Registry.to_dict Registry.to_list Registry.unused Registry.update Registry.usage Registry.values ~~~~~~~~~~~~~~~~~~~~~~~~~~~