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

Function _version

deeplabcut/core/debug/debug_logger.py:326–330  ·  view source on GitHub ↗
(dist_name: str)

Source from the content-addressed store, hash-verified

324
325
326def _version(dist_name: str) -> str:
327 try:
328 return metadata.version(dist_name)
329 except Exception:
330 return "not-installed"
331
332
333def _module_path(module_name: str) -> str:

Callers 1

collect_version_summaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected