MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / _iso_today

Function _iso_today

tools/docs_and_notebooks_check.py:387–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385
386
387def _iso_today() -> date:
388 return datetime.now(timezone.utc).date()
389
390
391def _run_git(args: Sequence[str], cwd: Path) -> tuple[int, str, str]:

Callers 5

scan_filesFunction · 0.85
update_filesFunction · 0.85
normalize_notebooksFunction · 0.85
enforceFunction · 0.85
parse_date_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected