MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / fmt_date

Function fmt_date

tools/docs_and_notebooks_check.py:917–918  ·  view source on GitHub ↗
(d: date | None)

Source from the content-addressed store, hash-verified

915 lines.append(f"- Verification-stale (> {pol.warn_if_verified_older_than_days}d): **{t['verified_stale']}**\n\n")
916
917 def fmt_date(d: date | None) -> str:
918 return d.isoformat() if d else "-"
919
920 warn_recs = [r for r in report.records if r.warnings and not (r.meta and r.meta.ignore)]
921 warn_recs.sort(

Callers 1

to_markdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected