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

Method tearDown

Lib/test/test_httplib.py:2378–2379  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2376 self.conn._create_connection = self._create_connection(response_text)
2377
2378 def tearDown(self):
2379 self.conn.close()
2380
2381 def _create_connection(self, response_text):
2382 def create_connection(address, timeout=None, source_address=None):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected