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

Method tearDown

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

Source from the content-addressed store, hash-verified

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

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