Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonisCV/RAM
/ get_version
Function
get_version
setup.py:76–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
76
def
get_version():
77
with
open(version_file,
'r'
)
as
f:
78
exec(compile(f.read(), version_file,
'exec'
))
79
return
locals()[
'__version__'
]
80
81
82
def
make_cuda_ext(name, module, sources, sources_cuda=None):
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected