pastas.io.base.dump =================== .. py:function:: pastas.io.base.dump(fname: str, data: dict, **kwargs) Method to save a pastas-model to a file. :param fname: string with the name of the file, including a supported file-extension. Currently supported extension are: .pas. :type fname: str :param data: dictionary with the information to store. :type data: dict :param kwargs: extension specific keyword arguments can be provided using kwargs. :returns: Message if the file-saving was successful. :rtype: message .. rubric:: Notes The specific dump-module is automatically chosen based on the provided file extension. .. !! processed by numpydoc !!