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

Method source

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

The directory containing the module's source code loaded into the engine (plus any generated code that may have been created).

(self)

Source from the content-addressed store, hash-verified

4110 return await _ctx.execute(str)
4111
4112 def source(self) -> "Directory":
4113 """The directory containing the module's source code loaded into the
4114 engine (plus any generated code that may have been created).
4115 """
4116 _args: list[Arg] = []
4117 _ctx = self._select("source", _args)
4118 return Directory(_ctx)
4119
4120 def workdir(
4121 self,

Callers

nothing calls this directly

Calls 2

_selectMethod · 0.80
DirectoryClass · 0.70

Tested by

no test coverage detected