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

Method makefile

Lib/test/test_urllib.py:45–47  ·  view source on GitHub ↗
(self, *args, **kwds)

Source from the content-addressed store, hash-verified

43 FakeHTTPConnection.buf = data
44
45 def makefile(self, *args, **kwds):
46 self.io_refs += 1
47 return self
48
49 def read(self, amt=None):
50 if self.closed:

Callers 14

__init__Method · 0.45
test_makefile_closeMethod · 0.45
test_dealloc_warnMethod · 0.45
test_makefile_modeMethod · 0.45
setUpMethod · 0.45
clientSetUpMethod · 0.45
run_clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected