obspy.core.event.Catalog.__str__

Catalog.__str__(print_all=False)

Returns short summary string of the current catalog.

It will contain the number of Events in the Catalog and the return value of each Event’s __str__() method.

Parameters:print_all (bool, optional) If True, all events will be printed, otherwise a maximum of ten event will be printed. Defaults to False.