Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_ipv4
Method
test_ipv4
Lib/test/test_socket.py:5334–5337 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5332
self.assertEqual(msg, MSG)
5333
5334
def
test_ipv4(self):
5335
cli, srv = socket.socketpair(socket.AF_INET)
5336
cli.close()
5337
srv.close()
5338
5339
def
_test_ipv4(self):
5340
pass
Callers
nothing calls this directly
Calls
2
socketpair
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected