Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ _unload_context
Method
_unload_context
web/db.py:697–698 ·
view source on GitHub ↗
(self, ctx)
Source
from the content-addressed store, hash-verified
695
ctx.rollback = rollback
696
697
def
_unload_context(self, ctx):
698
del ctx.db
699
700
def
_connect(self, keywords):
701
return
self.db_module.connect(**keywords)
Callers
2
commit
Method · 0.95
rollback
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected