MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / get_version

Function get_version

versioneer.py:1765–1767  ·  view source on GitHub ↗

Get the short version string for this project.

()

Source from the content-addressed store, hash-verified

1763
1764
1765def get_version():
1766 """Get the short version string for this project."""
1767 return get_versions()["version"]
1768
1769
1770def 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…