MCPcopy Index your code
hub / github.com/RustPython/RustPython / tearDown

Method tearDown

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

Source from the content-addressed store, hash-verified

2332 self.conn._create_connection = self._create_connection(response_text)
2333
2334 def tearDown(self):
2335 self.conn.close()
2336
2337 def _create_connection(self, response_text):
2338 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