Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ lists
Method
lists
django/utils/datastructures.py:187–189 ·
view source on GitHub ↗
Yield (key, list) pairs.
(self)
Source
from the content-addressed store, hash-verified
185
yield
key, self[key]
186
187
def
lists(self):
188
""
"Yield (key, list) pairs."
""
189
return
iter(super().items())
190
191
def
values(self):
192
""
"Yield the last value on every key list."
""
Callers
15
__copy__
Method · 0.95
test_multivaluedict
Method · 0.95
test_setitem
Method · 0.95
test_setdefault
Method · 0.95
test_update_no_args
Method · 0.95
test_update_dict_arg
Method · 0.95
test_update_multivaluedict_arg
Method · 0.95
test_update_kwargs
Method · 0.95
__init__
Method · 0.80
urlencode
Function · 0.80
update
Method · 0.80
parse
Method · 0.80
Calls
1
items
Method · 0.45
Tested by
11
test_multivaluedict
Method · 0.76
test_setitem
Method · 0.76
test_setdefault
Method · 0.76
test_update_no_args
Method · 0.76
test_update_dict_arg
Method · 0.76
test_update_multivaluedict_arg
Method · 0.76
test_update_kwargs
Method · 0.76
test_immutable_basic_operations
Method · 0.64
test_single_key_value
Method · 0.64
test_basic_mutable_operations
Method · 0.64
test_multiple_keys
Method · 0.64