metobs_toolkit.site.Site.get_info#
- Site.get_info(printout: bool = True) str | None[source]#
Retrieve and optionally print basic information about the site.
- Parameters:
printout (bool, optional) – If True, print the information. If False, return as string.
- Returns:
Information string if printout is False, else None.
- Return type:
str or None