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

Method load_host_from_id

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

Load a Host from its ID.

(self, id: HostID)

Source from the content-addressed store, hash-verified

13505 return HealthcheckConfig(_ctx)
13506
13507 def load_host_from_id(self, id: HostID) -> Host:
13508 """Load a Host from its ID."""
13509 _args = [
13510 Arg("id", id),
13511 ]
13512 _ctx = self._select("loadHostFromID", _args)
13513 return Host(_ctx)
13514
13515 def load_input_type_def_from_id(self, id: InputTypeDefID) -> InputTypeDef:
13516 """Load a InputTypeDef from its ID."""

Callers

nothing calls this directly

Calls 3

ArgClass · 0.90
_selectMethod · 0.80
HostClass · 0.70

Tested by

no test coverage detected