MCPcopy
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

itemsMethod · 0.95
test_basicMethod · 0.95
__dir__Method · 0.45
test_basic_interfaceMethod · 0.45
test_iter_interfacesMethod · 0.45
test_long_buildFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected