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

Method pending

dagql/idtui/viztest/python/src/main/__init__.py:25–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24 @function
25 async def pending(self):
26 return await (
27 dag.container()
28 .from_("alpine:latest")
29 .with_env_variable("NOW", now)
30 .with_exec(["sleep", "1"])
31 .with_exec(["false"])
32 .with_exec(["sleep", "1"])
33 .sync()
34 )

Callers

nothing calls this directly

Calls 5

from_Method · 0.80
syncMethod · 0.65
with_execMethod · 0.45
with_env_variableMethod · 0.45
containerMethod · 0.45

Tested by

no test coverage detected