pylabrobot.resources.ResourceStack.resource_unassigned_callback#

ResourceStack.resource_unassigned_callback(resource)#

Called when a resource is unassigned from this resource.

May be overridden by subclasses.

May raise an exception if the resource cannot be unassigned from this resource.

Parameters:

resource – The resource that was unassigned.