Catalog

catalogs.Catalog(self)

Load the entire catalog.

Examples

>>> import gen_tso.catalogs as cat
>>> catalog = cat.Catalog()
Back to top