Source code for hydpy.models.exch.exch_outlets
# -*- coding: utf-8 -*-
# pylint: disable=missing-module-docstring
# import...
# ...from HydPy
from hydpy.core import sequencetools
[docs]
class E(sequencetools.OutletSequence):
"""Bidirectional water exchange [m³]."""
NDIM, NUMERIC = 1, False