MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / udpserver.py

File udpserver.py

src/11/event_driven_io_explained/udpserver.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import socket
2import time
3
4from eventhandler import EventHandler, event_loop

Callers

nothing calls this directly

Calls 3

event_loopFunction · 0.90
UDPTimeServerClass · 0.85
UDPEchoServerClass · 0.85

Tested by

no test coverage detected