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

Method tearDown

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

Source from the content-addressed store, hash-verified

1892 self.serv.listen()
1893
1894 def tearDown(self):
1895 self.serv.close()
1896 self.serv = None
1897
1898 def testTimeoutAttribute(self):
1899 # This will prove that the timeout gets through HTTPConnection

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected