MCPcopy Index your code
hub / github.com/RustPython/RustPython / keys

Method keys

Lib/test/test_json/test_dump.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 def test_encode_evil_dict(self):
51 class D(dict):
52 def keys(self):
53 return L
54
55 class X:
56 def __hash__(self):

Calls

no outgoing calls

Tested by

no test coverage detected