MCPcopy Index your code
hub / github.com/python/cpython / read

Method read

Lib/test/test_urllib2.py:285–286  ·  view source on GitHub ↗
(self, count=None)

Source from the content-addressed store, hash-verified

283
284class MockFile:
285 def read(self, count=None):
286 pass
287
288 def readline(self, count=None):
289 pass

Callers 4

test_trivialMethod · 0.45
test_fileMethod · 0.45
test_http_closedMethod · 0.45
test_gh_98778Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected