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