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

Function _provider

deeplabcut/gui/dialogs/debug_dialog.py:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 """Return a callable that renders recent captured logs."""
46
47 def _provider() -> str:
48 if recorder is None:
49 return "<debug recorder unavailable>"
50 return recorder.render_text(limit=limit)
51
52 return _provider
53

Callers

nothing calls this directly

Calls 2

build_debug_reportFunction · 0.90
render_textMethod · 0.80

Tested by

no test coverage detected