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

Method __init__

library/python/testing/yatest_lib/external.py:108–110  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

106class ExternalDataInfo(object):
107
108 def __init__(self, data):
109 assert is_external(data)
110 self._data = data
111
112 def __str__(self):
113 type_str = "File" if self.is_file else "Sandbox resource"

Callers

nothing calls this directly

Calls 1

is_externalFunction · 0.85

Tested by

no test coverage detected