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

Method __iter__

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

Source from the content-addressed store, hash-verified

63 return keys
64
65 def __iter__(self):
66 return SortedDictIterator(self, self.keys())
67
68 def __reversed__(self):
69 return SortedDictIterator(self, self.keys(), reverse=True)

Callers

nothing calls this directly

Calls 2

keysMethod · 0.95
SortedDictIteratorClass · 0.85

Tested by

no test coverage detected