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

Method read

recipes/Python/578907_Python_Awesome_DD/recipe-578907.py:214–215  ·  view source on GitHub ↗
(self, bsize=40960)

Source from the content-addressed store, hash-verified

212 self.target.close()
213
214 def read(self, bsize=40960):
215 return self.target.read(bsize)
216
217 def write(self, data):
218 return self.target.write(data)

Callers 15

__init__Method · 0.45
find_replaceFunction · 0.45
recipe-578530.pyFile · 0.45
mimify_fileFunction · 0.45
_get_from_gplusMethod · 0.45
coordinateFunction · 0.45
CalcFileHashFunction · 0.45
followFunction · 0.45
nonblocking_readlinesFunction · 0.45
mainFunction · 0.45
__iter__Method · 0.45
recipe-578846.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected