Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_ipv4
Method
test_ipv4
Lib/test/test_socket.py:5231–5234 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5229
self.assertEqual(msg, MSG)
5230
5231
def
test_ipv4(self):
5232
cli, srv = socket.socketpair(socket.AF_INET)
5233
cli.close()
5234
srv.close()
5235
5236
def
_test_ipv4(self):
5237
pass
Callers
nothing calls this directly
Calls
2
socketpair
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected