pastas.decorators.model_tmin_tmax ================================= .. py:function:: pastas.decorators.model_tmin_tmax(function: collections.abc.Callable) -> collections.abc.Callable Use model tmin and tmax settings as default values. This decorator uses the model's tmin and tmax settings if they are not provided. :param function: The function to wrap. :type function: Callable :returns: The wrapped function with default tmin/tmax from model settings. :rtype: Callable .. !! processed by numpydoc !!