metobs_toolkit.settings_collection.settings.Settings.get_info#

classmethod Settings.get_info(printout: bool = True) str | None[source]#

Get a formatted string with all current settings.

Parameters:

printout (bool, optional) – If True, print the info string. If False, return it. Default is True.

Returns:

If printout is False, returns the info string. Otherwise, returns None.

Return type:

str or None