MCPcopy 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
76def get_version():
77 with open(version_file, 'r') as f:
78 exec(compile(f.read(), version_file, 'exec'))
79 return locals()['__version__']
80
81
82def make_cuda_ext(name, module, sources, sources_cuda=None):

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected