MCPcopy 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
21def itervalues(prefix=b""):
22 for key in iterkeys(prefix=prefix):
23 value = find(key)
24 yield value
25
26
27def iteritems(prefix="", strip_prefix=False):

Callers

nothing calls this directly

Calls 2

iterkeysFunction · 0.85
findFunction · 0.70

Tested by

no test coverage detected