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

Method get

library/python/testing/yatest_lib/external.py:198–199  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

196 return cls._serialize(ExternalSchema.Delayed, upload_id, checksum)
197
198 def get(self, key, default=None):
199 return self._data.get(key, default)

Callers 15

set_tmp_dirFunction · 0.45
revert_tmp_dirFunction · 0.45
__init__Method · 0.45
get_paramMethod · 0.45
get_contextMethod · 0.45
get_metric_valueMethod · 0.45
checksumMethod · 0.45
sizeMethod · 0.45
work_pathFunction · 0.45
c_compiler_pathFunction · 0.45
cxx_compiler_pathFunction · 0.45
global_resourcesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected