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

Method after

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

The newer/upper snapshot.

(self)

Source from the content-addressed store, hash-verified

1256 return await _ctx.execute(list[str])
1257
1258 def after(self) -> "Directory":
1259 """The newer/upper snapshot."""
1260 _args: list[Arg] = []
1261 _ctx = self._select("after", _args)
1262 return Directory(_ctx)
1263
1264 def as_patch(self) -> "File":
1265 """Return a Git-compatible patch of the changes"""

Callers

nothing calls this directly

Calls 2

_selectMethod · 0.80
DirectoryClass · 0.70

Tested by

no test coverage detected