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

Method tearDown

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected