Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Freedium-cfd/web
/ __del__
Method
__del__
database-lib/database_lib/main.py:287–288 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
285
self.cursor = None
286
287
def
__del__(self):
288
self.close()
289
290
291
class
PostgreSQLCacheBackend(AbstractCacheBackend):
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected