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

Function is_external

library/python/testing/yatest_lib/external.py:86–87  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

84
85
86def is_external(value):
87 return isinstance(value, dict) and "uri" in value.keys()
88
89
90class ExternalSchema(object):

Callers 3

_do_applyFunction · 0.85
_serializeFunction · 0.85
__init__Method · 0.85

Calls 1

isinstanceFunction · 0.85

Tested by

no test coverage detected