MCPcopy
hub / github.com/ArchiveBox/ArchiveBox / archive_dates

Method archive_dates

archivebox/index/schema.py:343–348  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

341
342 @property
343 def archive_dates(self) -> List[datetime]:
344 return [
345 parse_date(result.start_ts)
346 for method in self.history.keys()
347 for result in self.history[method]
348 ]
349
350 @property
351 def oldest_archive_date(self) -> Optional[datetime]:

Callers

nothing calls this directly

Calls 1

parse_dateFunction · 0.85

Tested by

no test coverage detected