phenotypic.sdk_.restart_epoch_path#

phenotypic.sdk_.restart_epoch_path(output_dir: Path) Path[source]#

Return <output>/.phenotypic/restart_epoch.json.

Pure path expression. The readers and the writer are phenotypic._cli._cli_identity.read_restart_epoch() and bump_restart_epoch() – the writer lives in _cli because spec §5.2 keeps every publisher out of sdk_, and only the path belongs here.

Parameters:

output_dir (Path)

Return type:

Path