Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dir
Function · 0.45
revert_tmp_dir
Function · 0.45
__init__
Method · 0.45
get_param
Method · 0.45
get_context
Method · 0.45
get_metric_value
Method · 0.45
checksum
Method · 0.45
size
Method · 0.45
work_path
Function · 0.45
c_compiler_path
Function · 0.45
cxx_compiler_path
Function · 0.45
global_resources
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected