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

Method host

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

Queries the host environment.

(self)

Source from the content-addressed store, hash-verified

13093 return GitRepository(_ctx)
13094
13095 def host(self) -> Host:
13096 """Queries the host environment."""
13097 _args: list[Arg] = []
13098 _ctx = self._select("host", _args)
13099 return Host(_ctx)
13100
13101 def http(
13102 self,

Callers 15

test_host_directoryFunction · 0.80
test_service_start_stopFunction · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
testFunction · 0.80
testFunction · 0.80
testFunction · 0.80
testFunction · 0.80
testFunction · 0.80

Calls 2

_selectMethod · 0.80
HostClass · 0.70

Tested by 13

test_host_directoryFunction · 0.64
test_service_start_stopFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64