The older/lower snapshot to compare against.
(self)
| 1268 | return File(_ctx) |
| 1269 | |
| 1270 | def before(self) -> "Directory": |
| 1271 | """The older/lower snapshot to compare against.""" |
| 1272 | _args: list[Arg] = [] |
| 1273 | _ctx = self._select("before", _args) |
| 1274 | return Directory(_ctx) |
| 1275 | |
| 1276 | async def diff_stats(self) -> list["DiffStat"]: |
| 1277 | """Structured per-path diff statistics (kind and line counts) for this |