NodeRegistry ============ .. rubric:: *module* :mod:`wntr.network.model` .. currentmodule:: wntr.network.model .. autoclass:: NodeRegistry .. 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:: NodeRegistry.__call__ NodeRegistry.add_junction NodeRegistry.add_reservoir NodeRegistry.add_tank NodeRegistry.add_usage NodeRegistry.clear NodeRegistry.clear_usage NodeRegistry.get NodeRegistry.get_usage NodeRegistry.items NodeRegistry.junctions NodeRegistry.keys NodeRegistry.orphaned NodeRegistry.pop NodeRegistry.popitem NodeRegistry.remove_usage NodeRegistry.reservoirs NodeRegistry.setdefault NodeRegistry.tanks NodeRegistry.to_dict NodeRegistry.to_list NodeRegistry.unused NodeRegistry.update NodeRegistry.usage NodeRegistry.values .. 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:: NodeRegistry.junction_names NodeRegistry.reservoir_names NodeRegistry.tank_names ~~~~~~~~~~~~~~~~~~~~~~~~~~~