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

Method reorganize

Lib/shelve.py:186–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 self.dict.sync()
185
186 def reorganize(self):
187 self.sync()
188 if hasattr(self.dict, 'reorganize'):
189 self.dict.reorganize()
190
191
192class BsdDbShelf(Shelf):

Callers

nothing calls this directly

Calls 1

syncMethod · 0.95

Tested by

no test coverage detected