Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ keys
Method
keys
Lib/test/test_json/test_dump.py:64–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
def
test_encode_evil_dict(self):
63
class
D(dict):
64
def
keys(self):
65
return
L
66
67
class
X:
68
def
__hash__(self):
Callers
15
test_newlines
Method · 0.45
test_rfc2822_space_not_allowed_in_header
Method · 0.45
test_rfc2822_one_character_header
Method · 0.45
test_first_line_is_continuation_header
Method · 0.45
test_missing_header_body_separator
Method · 0.45
message_as_clear_content
Method · 0.45
__enter__
Method · 0.45
test_field_named_like_builtin
Method · 0.45
test_field_named_like_builtin_frozen
Method · 0.45
test_keys
Method · 0.45
test_attribute_completion
Method · 0.45
test_suggestions_and_messages
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected