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

Class Report

tools/docs_and_notebooks_check.py:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190class Report(BaseModel):
191 schema_version: int = SCHEMA_VERSION
192 generated_at: datetime
193 repo_root: str
194 config_path: str
195
196 totals: dict[str, int]
197 records: list[FileRecord]
198
199
200# Rebuild models due to __future__ annotations

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected