Time elapsed since ``as_of``. Defaults ``now`` to ``utcnow()``.
(self, now: datetime | None = None)
| 116 | |
| 117 | # Provenance (no bare strings) |
| 118 | source: SourceRef |
| 119 | extraction: ExtractionRef | None = None |
| 120 | |
| 121 | # Trust |
| 122 | confidence: Literal["low", "medium", "high"] = "medium" |
| 123 | |
| 124 | # Citations & tags |
no outgoing calls