obspy.core.event.ResourceIdentifier.getReferredObject

ResourceIdentifier.getReferredObject()[source]

Returns the object associated with the resource identifier.

This works as long as at least one ResourceIdentifier with the same resource_id as this instance has an associate object.

Will return None if no object could be found.

This Page