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

Method tearDown

Lib/test/test_socket.py:277–279  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

275 self.serv.listen()
276
277 def tearDown(self):
278 self.serv.close()
279 self.serv = None
280
281class SocketUDPTest(unittest.TestCase):
282

Callers 4

tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected