MCPcopy Create free account
hub / github.com/s3tools/s3cmd / __reversed__

Method __reversed__

S3/SortedDict.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 return SortedDictIterator(self, self.keys())
67
68 def __reversed__(self):
69 return SortedDictIterator(self, self.keys(), reverse=True)
70
71 def __getitem__(self, index):
72 """Override to support the "get_slice" for python3 """

Callers

nothing calls this directly

Calls 2

keysMethod · 0.95
SortedDictIteratorClass · 0.85

Tested by

no test coverage detected