MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_set_quickack

Method test_set_quickack

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

Source from the content-addressed store, hash-verified

7220 self.assertTrue(opt)
7221
7222 def test_set_quickack(self):
7223 sock = socket.socket(family=socket.AF_INET, type=socket.SOCK_STREAM,
7224 proto=socket.IPPROTO_TCP)
7225 with sock:
7226 self.check_set_quickack(sock)
7227
7228
7229@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