Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ values
Method
values
Lib/test/test_capi/test_dict.py:397–398 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
395
def
keys(self):
396
return
None
397
def
values(self):
398
return
None
399
def
items(self):
400
return
None
401
dict_obj = {
'foo'
: 1,
'bar'
: 2,
'spam'
: 3}
Callers
15
test_values_with_8bit_headers
Method · 0.45
test_complex_address_list
Method · 0.45
get_key_as_get_content_key_order
Method · 0.45
set_key_as_set_content_key_order
Method · 0.45
tearDown
Method · 0.45
test_subprocess_shell
Method · 0.45
validate_class
Method · 0.45
signature
Method · 0.45
test_unbound_method
Method · 0.45
test_callable
Method · 0.45
decorator
Method · 0.45
test_signature_replace_parameters
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected