MCPcopy Index your code
hub / github.com/python/cpython / keys

Method keys

Lib/test/test_dict.py:1424–1425  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1422
1423 class CustomReversedDict(dict):
1424 def keys(self):
1425 return reversed(list(dict.keys(self)))
1426
1427 __iter__ = keys
1428

Callers

nothing calls this directly

Calls 2

listClass · 0.85
keysMethod · 0.45

Tested by

no test coverage detected