Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ itervalues
Function
itervalues
library/python/resource/__init__.py:21–24 ·
view source on GitHub ↗
(prefix=b"")
Source
from the content-addressed store, hash-verified
19
20
21
def
itervalues(prefix=b
""
):
22
for
key in iterkeys(prefix=prefix):
23
value = find(key)
24
yield
value
25
26
27
def
iteritems(prefix=
""
, strip_prefix=False):
Callers
nothing calls this directly
Calls
2
iterkeys
Function · 0.85
find
Function · 0.70
Tested by
no test coverage detected