MCPcopy Create free account
hub / github.com/ActiveState/code / write

Method write

recipes/Python/578907_Python_Awesome_DD/recipe-578907.py:217–218  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

215 return self.target.read(bsize)
216
217 def write(self, data):
218 return self.target.write(data)
219
220 def seek(self, pos=None):
221 if pos:

Callers 9

__init__Method · 0.45
sinebeepFunction · 0.45
download_torrentFunction · 0.45
save_board_to_fileFunction · 0.45
editFunction · 0.45
displayMethod · 0.45
startMethod · 0.45
recipe-578985.pyFile · 0.45
error_exitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected