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

Class _OrderedDictKeysView

Lib/collections/__init__.py:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67################################################################################
68
69class _OrderedDictKeysView(_collections_abc.KeysView):
70
71 def __reversed__(self):
72 yield from reversed(self._mapping)
73
74class _OrderedDictItemsView(_collections_abc.ItemsView):
75

Callers 1

keysMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…