pylabrobot.only_fans.fan.Fan.unassign_child_resource

pylabrobot.only_fans.fan.Fan.unassign_child_resource#

Fan.unassign_child_resource(resource: Resource)#

Unassign a child resource from this resource.

Before the resource is unassigned, all callbacks registered with register_will_unassign_resource_callback() will be called.

After the resource is unassigned, all callbacks registered with register_did_unassign_resource_callback() will be called.

Parameters:

resource (Resource)