MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / write

Method write

plugins/Sidebar/ZipStream.py:34–36  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

32 return back
33
34 def write(self, data):
35 self.pos += len(data)
36 self.buff.write(data)
37
38 def tell(self):
39 return self.pos

Callers 11

toggleAutorunMethod · 0.45
winfolders.pyFile · 0.45
testVerifyFilesMethod · 0.45
processNameOpFunction · 0.45
downloadGeoLiteDbMethod · 0.45
readMethod · 0.45
ZipStream.pyFile · 0.45
getFileContentMethod · 0.45
testAnnounceListMethod · 0.45

Calls

no outgoing calls

Tested by 3

testVerifyFilesMethod · 0.36
testAnnounceListMethod · 0.36