MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-52218.py

File recipe-52218.py

recipes/Python/52218_Message_Passing_Socket/recipe-52218.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# server.py
2import socket
3port = 8081
4s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)

Callers

nothing calls this directly

Calls 4

socketMethod · 0.80
bindMethod · 0.45
recvfromMethod · 0.45
sendtoMethod · 0.45

Tested by

no test coverage detected