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

Method unfakehttp

Lib/test/test_urllib.py:91–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 http.client.HTTPConnection = fake_http_class
90
91 def unfakehttp(self):
92 http.client.HTTPConnection = self._connection_class
93
94
95class urlopen_FileTests(unittest.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected