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

File recipe-578802.py

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

Source from the content-addressed store, hash-verified

1# Save as server.py
2# Message Receiver
3import os
4from socket import *

Callers

nothing calls this directly

Calls 4

bindMethod · 0.45
recvfromMethod · 0.45
closeMethod · 0.45
sendtoMethod · 0.45

Tested by

no test coverage detected