Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ keys
Method
keys
tests/test_datastructures.py:23–24 ·
view source on GitHub ↗
(self, multi=1)
Source
from the content-addressed store, hash-verified
21
def
test_basic(self):
22
class
StupidDict:
23
def
keys(self, multi=1):
24
return
iter([
"a"
,
"b"
,
"c"
] * multi)
25
26
def
values(self, multi=1):
27
return
iter([1, 2, 3] * multi)
Callers
8
items
Method · 0.95
test_basic
Method · 0.95
__dir__
Method · 0.45
test_basic_interface
Method · 0.45
test_follows_dict_interface
Method · 0.45
test_iter_interfaces
Method · 0.45
test_ordered_interface
Method · 0.45
test_long_build
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected