Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ stdlib_socket.py
File
stdlib_socket.py
extra_tests/snippets/stdlib_socket.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
_socket
2
import
os
3
import
socket
4
Callers
nothing calls this directly
Calls
15
assert_raises
Function · 0.90
len
Function · 0.85
socket
Method · 0.80
open
Function · 0.50
bind
Method · 0.45
listen
Method · 0.45
connect
Method · 0.45
getsockname
Method · 0.45
accept
Method · 0.45
send
Method · 0.45
recv
Method · 0.45
sendfile
Method · 0.45
Tested by
no test coverage detected