Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
387
def
_iso_today() -> date:
388
return
datetime.now(timezone.utc).date()
389
390
391
def
_run_git(args: Sequence[str], cwd: Path) -> tuple[int, str, str]:
Callers
5
scan_files
Function · 0.85
update_files
Function · 0.85
normalize_notebooks
Function · 0.85
enforce
Function · 0.85
parse_date_token
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected