MCPcopy 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

KeyByIndexFunction · 0.45
FindFunction · 0.45

Calls 2

findFunction · 0.50
encodeMethod · 0.45

Tested by

no test coverage detected