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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected