twisted.application.service.Service.setServiceParent(self, parent) method documentationtwisted.application.service.Service
View Source
Set the parent of the service. This method is responsible for setting
the parent attribute on this service (the child service).
| Raises | RuntimeError | Raised if the service already has a parent or if the service has a name and the parent already has a child by that name. |