MCPcopy 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

closeMethod · 0.95

Tested by

no test coverage detected