MCPcopy Create free account
hub / github.com/catboost/catboost / get_version

Function get_version

catboost/python-package/mk_wheel.py:172–174  ·  view source on GitHub ↗
(version_py)

Source from the content-addressed store, hash-verified

170 return list(platform_tags)
171
172def get_version(version_py):
173 exec(compile(open(version_py, "rb").read(), version_py, 'exec'))
174 return locals()['VERSION']
175
176
177def extra_opts(on_win=False):

Callers 1

buildFunction · 0.85

Calls 4

localsFunction · 0.85
compileFunction · 0.50
openFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected