Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
def
get_version(version_py):
173
exec(compile(open(version_py,
"rb"
).read(), version_py,
'exec'
))
174
return
locals()[
'VERSION'
]
175
176
177
def
extra_opts(on_win=False):
Callers
1
build
Function · 0.85
Calls
4
locals
Function · 0.85
compile
Function · 0.50
open
Function · 0.50
read
Method · 0.45
Tested by
no test coverage detected