MCPcopy Create free account
hub / github.com/microsoft/debugpy / get_version

Function get_version

versioneer.py:1748–1750  ·  view source on GitHub ↗

Get the short version string for this project.

()

Source from the content-addressed store, hash-verified

1746
1747
1748def get_version():
1749 """Get the short version string for this project."""
1750 return get_versions()["version"]
1751
1752
1753def get_cmdclass(cmdclass=None):

Callers

nothing calls this directly

Calls 1

get_versionsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…