MCPcopy
hub / github.com/pallets/werkzeug / close

Method close

examples/cupoftee/db.py:62–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 self._fs.sync()
61
62 def close(self):
63 try:
64 self.sync()
65 self._fs.close()
66 except Exception:
67 pass

Callers 3

__del__Method · 0.95
_sync_server_browserMethod · 0.45
_syncMethod · 0.45

Calls 1

syncMethod · 0.95

Tested by

no test coverage detected