MCPcopy 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

tearDownMethod · 0.45
test_subprocess_shellMethod · 0.45
validate_classMethod · 0.45
signatureMethod · 0.45
test_unbound_methodMethod · 0.45
test_callableMethod · 0.45
decoratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected