tsa.catalog#

mainsource.catalog(allsources=True)#

Produces a catalog of all series in the form of a mapping from source to a list of (name, kind) pair.

By default it provides the series from all sources.

If allsources is False, only the main source is listed.

Parameters:

allsources (bool)

Return type:

Dict[Tuple[str, str], List[Tuple[str, str]]]