Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ data
Method
data
library/python/runtime_py3/sitecustomize.py:187–188 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
185
186
@functools.cached_property
187
def
data(self) -> bytes | None:
188
return
find(self._resfs.encode(
"utf-8"
))
189
190
def
stat(self) -> os.stat_result:
191
data = self.data
Callers
2
KeyByIndex
Function · 0.45
Find
Function · 0.45
Calls
2
find
Function · 0.50
encode
Method · 0.45
Tested by
no test coverage detected