GcReport#
- class GcReport#
Report returned by
gc().- __repr__() str#
- property deferred_size: int#
Read-only property.
- property delete_applied: bool#
Read-only property.
Truewhengc()was called withdelete=True.
- property deleted_blobs: list[GcBlob]#
Read-only property.
Blobs actually unlinked when
delete=True; empty in dry-run mode.
- property deleted_size: int#
Read-only property.
- property invalid_manifests: list[GcInvalidManifest]#
Read-only property.
- property missing_blobs: list[GcMissingBlob]#
Read-only property.
- property orphan_candidate_size: int#
Read-only property.
- property reachable_size: int#
Read-only property.
- property root: Path#
Read-only property.
Local Registry root inspected by this GC pass.