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

Method snapshot

deeplabcut/core/debug/debug_logger.py:146–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

144 pass
145
146 def snapshot(self) -> list[RecordedLog]:
147 try:
148 with self._lock:
149 return list(self._records)
150 except Exception:
151 return []
152
153 def render_text(self, *, limit: int = 200) -> str:
154 lines: list[str] = []

Calls

no outgoing calls