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

Method start

sdk/python/src/dagger/provisioning/_progress.py:17–19  ·  view source on GitHub ↗
(self, status: str)

Source from the content-addressed store, hash-verified

15 status: Status | None = dataclasses.field(default=None, init=False)
16
17 async def start(self, status: str) -> None:
18 self.status = Status(status, console=self.console)
19 await asyncify(self.status.start)
20
21 async def stop(self) -> None:
22 if self.status:

Callers 2

runFunction · 0.45
provisionMethod · 0.45

Calls 1

StatusEnum · 0.50

Tested by

no test coverage detected