Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_browser
Method · 0.45
_sync
Method · 0.45
Calls
1
sync
Method · 0.95
Tested by
no test coverage detected