metobs_toolkit.obstypes.Obstype.get_info#

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

Print or return detailed information of the observation type.

Parameters:

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

Returns:

None if printout is True, otherwise the information string.

Return type:

None or str