MCPcopy 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

1import _socket
2import os
3import socket
4

Callers

nothing calls this directly

Calls 15

assert_raisesFunction · 0.90
lenFunction · 0.85
socketMethod · 0.80
openFunction · 0.50
bindMethod · 0.45
listenMethod · 0.45
connectMethod · 0.45
getsocknameMethod · 0.45
acceptMethod · 0.45
sendMethod · 0.45
recvMethod · 0.45
sendfileMethod · 0.45

Tested by

no test coverage detected