MCPcopy Create free account
hub / github.com/alibaba/BladeDISC / get_version_file

Function get_version_file

scripts/python/common_setup.py:680–682  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

678
679
680def get_version_file():
681 root = get_source_root_dir()
682 return os.path.join(root, "VERSION")
683
684def add_arguments_common(parser):
685 parser.add_argument(

Callers 1

parse_argsFunction · 0.90

Calls 1

get_source_root_dirFunction · 0.70

Tested by

no test coverage detected