MCPcopy 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):

Calls

no outgoing calls

Tested by

no test coverage detected