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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

513 self.cli = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, socket.IPPROTO_UDPLITE)
514
515 def clientTearDown(self):
516 self.cli.close()
517 self.cli = None
518 ThreadableTest.clientTearDown(self)
519
520class ThreadedCANSocketTest(SocketCANTest, ThreadableTest):
521

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected