metobs_toolkit.gap.Gap.get_info#

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

Print or return detailed information about the Gap.

Parameters:

printout (bool, optional) – If True, prints the information. If False, returns the information as a string. Default is True.

Returns:

The gap information as a string if printout is False, otherwise None.

Return type:

str or None