Load a Service from its ID.
(self, id: ServiceID)
| 13663 | return Secret(_ctx) |
| 13664 | |
| 13665 | def load_service_from_id(self, id: ServiceID) -> "Service": |
| 13666 | """Load a Service from its ID.""" |
| 13667 | _args = [ |
| 13668 | Arg("id", id), |
| 13669 | ] |
| 13670 | _ctx = self._select("loadServiceFromID", _args) |
| 13671 | return Service(_ctx) |
| 13672 | |
| 13673 | def load_socket_from_id(self, id: SocketID) -> "Socket": |
| 13674 | """Load a Socket from its ID.""" |