MCPcopy
hub / github.com/ArchiveBox/ArchiveBox / bookmarked

Method bookmarked

archivebox/core/models.py:147–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145
146 @cached_property
147 def bookmarked(self):
148 return parse_date(self.timestamp)
149
150 @cached_property
151 def bookmarked_date(self):

Callers

nothing calls this directly

Calls 1

parse_dateFunction · 0.85

Tested by

no test coverage detected