Page MenuHomeSoftware Heritage
Paste P1226

(An Untitled Masterwork)
ActivePublic

Authored by vlorentz on Dec 1 2021, 5:12 PM.
@dataclass(eq=True, frozen=True)
class DirectoryData:
"""Object representing the data associated to a directory in the provenance model,
where `date` is the date of the directory in the isochrone frontier, and `flat` is a
flag acknowledging that a flat model for the elements outside the frontier has
already been created.
"""
date: datetime
flat: bool