ServiceManager.unregister_by_object

ServiceManager.unregister_by_object(obj)[source]

Unregister an object using the object itself.

This function allows to unregister a previously registered object.

Parameters

obj (object) – The object to unregister.

Raises

KeyError – If the object has not been registered with the service layer.