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

Method tearDown

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

Source from the content-addressed store, hash-verified

283 self.port = socket_helper.bind_port(self.serv)
284
285 def tearDown(self):
286 self.serv.close()
287 self.serv = None
288
289class SocketUDPLITETest(SocketUDPTest):
290

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected