CurveRegistry ============= .. rubric:: *module* :mod:`wntr.network.model` .. currentmodule:: wntr.network.model .. autoclass:: CurveRegistry .. 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:: CurveRegistry.__call__ CurveRegistry.add_curve CurveRegistry.add_usage CurveRegistry.clear CurveRegistry.clear_usage CurveRegistry.efficiency_curves CurveRegistry.get CurveRegistry.get_usage CurveRegistry.headloss_curves CurveRegistry.items CurveRegistry.keys CurveRegistry.orphaned CurveRegistry.pop CurveRegistry.popitem CurveRegistry.pump_curves CurveRegistry.remove_usage CurveRegistry.set_curve_type CurveRegistry.setdefault CurveRegistry.to_dict CurveRegistry.to_list CurveRegistry.untyped_curves CurveRegistry.unused CurveRegistry.update CurveRegistry.usage CurveRegistry.values CurveRegistry.volume_curves .. 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:: CurveRegistry.efficiency_curve_names CurveRegistry.headloss_curve_names CurveRegistry.pump_curve_names CurveRegistry.untyped_curve_names CurveRegistry.volume_curve_names ~~~~~~~~~~~~~~~~~~~~~~~~~~~