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

Method terminal

sdk/python/src/dagger/client/gen.py:14570–14575  ·  view source on GitHub ↗
(self, *, cmd: list[str] | None = None)

Source from the content-addressed store, hash-verified

14568 return self.sync().__await__()
14569
14570 def terminal(self, *, cmd: list[str] | None = None) -> Self:
14571 _args = [
14572 Arg("cmd", [] if cmd is None else cmd, []),
14573 ]
14574 _ctx = self._select("terminal", _args)
14575 return Service(_ctx)
14576
14577 async def up(
14578 self,

Callers

nothing calls this directly

Calls 3

ArgClass · 0.90
_selectMethod · 0.80
ServiceClass · 0.70

Tested by

no test coverage detected