MCPcopy Create free account
hub / github.com/dagger/dagger / load_service_from_id

Method load_service_from_id

sdk/python/src/dagger/client/gen.py:13665–13671  ·  view source on GitHub ↗

Load a Service from its ID.

(self, id: ServiceID)

Source from the content-addressed store, hash-verified

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."""

Callers

nothing calls this directly

Calls 3

ArgClass · 0.90
_selectMethod · 0.80
ServiceClass · 0.70

Tested by

no test coverage detected