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

Method reorganize

Lib/dbm/sqlite3.py:130–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 self.close()
129
130 def reorganize(self):
131 self._execute(REORGANIZE)
132
133
134def open(filename, /, flag="r", mode=0o666):

Callers

nothing calls this directly

Calls 1

_executeMethod · 0.95

Tested by

no test coverage detected