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

Method get_param

library/python/testing/yatest_lib/ya.py:212–213  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

210 return ExternalDataInfo.serialize_file(path, diff_tool=diff_tool, local=local, diff_file_name=diff_file_name, diff_tool_timeout=diff_tool_timeout)
211
212 def get_param(self, key, default=None):
213 return self._test_params.get(key, default)
214
215 def get_param_dict_copy(self):
216 return dict(self._test_params)

Callers 1

get_paramFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected