obspy.core.event.base.ResourceIdentifier.bind_resource_ids

classmethod ResourceIdentifier.bind_resource_ids()[source]

Bind the unbound ResourceIdentifier instances to referred objects.

Binds all of the unbound ResourceIdentifier instances to the most recent object assigned to the resource_id. This ensures that all resource identifiers will return the same object they are bound to until the object goes out of scope.