Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
def
is_external(value):
87
return
isinstance(value, dict) and
"uri"
in value.keys()
88
89
90
class
ExternalSchema(object):
Callers
3
_do_apply
Function · 0.85
_serialize
Function · 0.85
__init__
Method · 0.85
Calls
1
isinstance
Function · 0.85
Tested by
no test coverage detected