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

Method test_set_quickack

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

Source from the content-addressed store, hash-verified

7310 self.assertTrue(opt)
7311
7312 def test_set_quickack(self):
7313 sock = socket.socket(family=socket.AF_INET, type=socket.SOCK_STREAM,
7314 proto=socket.IPPROTO_TCP)
7315 with sock:
7316 self.check_set_quickack(sock)
7317
7318
7319@unittest.skipUnless(sys.platform.startswith("win"), "requires Windows")

Callers

nothing calls this directly

Calls 2

check_set_quickackMethod · 0.95
socketMethod · 0.80

Tested by

no test coverage detected