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