Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
items
Method · 0.95
test_basic
Method · 0.95
test_accept
Method · 0.45
test_accept_invalid_float
Function · 0.45
test_basic_interface
Method · 0.45
test_long_build
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected