MCPcopy
hub / github.com/pallets/werkzeug / values

Method values

tests/test_datastructures.py:26–27  ·  view source on GitHub ↗
(self, multi=1)

Source from the content-addressed store, hash-verified

24 return iter(["a", "b", "c"] * multi)
25
26 def values(self, multi=1):
27 return iter([1, 2, 3] * multi)
28
29 def items(self, multi=1):
30 return iter(

Callers 6

itemsMethod · 0.95
test_basicMethod · 0.95
test_acceptMethod · 0.45
test_basic_interfaceMethod · 0.45
test_long_buildFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected