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

Class DebugSection

deeplabcut/core/debug/debug_logger.py:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199@dataclass(frozen=True)
200class DebugSection:
201 title: str
202 items: dict[str, str]
203
204
205def install_debug_recorder(

Calls

no outgoing calls