Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
680
def
get_version_file():
681
root = get_source_root_dir()
682
return
os.path.join(root,
"VERSION"
)
683
684
def
add_arguments_common(parser):
685
parser.add_argument(
Callers
1
parse_args
Function · 0.90
Calls
1
get_source_root_dir
Function · 0.70
Tested by
no test coverage detected