Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ __exit__
Method
__exit__
plugins/Bigfile/BigfilePlugin.py:560–561 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
558
return
self
559
560
def
__exit__(self, exc_type, exc_val, exc_tb):
561
self.close()
562
563
564
@PluginManager.registerTo(
"WorkerManager"
)
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected