Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ cleanup
Function
cleanup
plugins/disabled-Bootstrapper/Test/TestBootstrapper.py:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
BootstrapperPlugin.db.cur.logging = True
19
20
def
cleanup():
21
BootstrapperPlugin.db.close()
22
os.unlink(BootstrapperPlugin.db.db_path)
23
24
request.addfinalizer(cleanup)
25
return
BootstrapperPlugin.db
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected