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

Function get_catboost_binary_path

catboost/pytest/lib/__init__.py:30–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29
30def get_catboost_binary_path():
31 if _use_cmake_paths:
32 return os.path.join(
33 os.environ['CMAKE_BINARY_DIR'],
34 'catboost',
35 'app',
36 'catboost' + ('.exe' if sys.platform == 'win32' else '')
37 )
38 else:
39 return yatest.common.binary_path("catboost/app/catboost")
40
41
42def data_file(*path):

Callers 6

test_dump_optionsFunction · 0.90
get_cuda_setup_errorFunction · 0.85
execute_catboostFunction · 0.85
apply_catboostFunction · 0.85
execute_catboost_distFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by 1

test_dump_optionsFunction · 0.72