MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / close

Method close

plugins/Bigfile/BigfilePlugin.py:554–555  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

552 return self.f.tell()
553
554 def close(self):
555 self.f.close()
556
557 def __enter__(self):
558 return self

Callers 15

__exit__Method · 0.95
streamFileMethod · 0.45
collectGlobalMethod · 0.45
collectSitesMethod · 0.45
disconnectMethod · 0.45
announceTrackerHttpMethod · 0.45
stopMethod · 0.45
loadMethod · 0.45
resolveDomainMethod · 0.45
bootstrapper_dbFunction · 0.45
cleanupFunction · 0.45
fillTableFileOptionalMethod · 0.45

Calls

no outgoing calls

Tested by 7

bootstrapper_dbFunction · 0.36
cleanupFunction · 0.36
createBigfileMethod · 0.36
testVerifyPieceMethod · 0.36
testSparseFileMethod · 0.36
testRangedFileRequestMethod · 0.36
testNullFileReadMethod · 0.36