pastas.rfunc.Spline.to_dict =========================== .. py:method:: pastas.rfunc.Spline.to_dict() Method to export the response function to a dictionary. :returns: dictionary with all necessary settings to reconstruct the rfunc object. :rtype: dict[str, Any] .. rubric:: Notes The exported dictionary matches the input arguments of `__init__`. .. !! processed by numpydoc !!