MCPcopy Create free account
hub / github.com/geekcomputers/Python / BroadCasating

Function BroadCasating

Python_chatting_application/server.py:37–39  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

35
36
37def BroadCasating(msg):
38 for client in clients:
39 client.send(bytes(msg, "utf-8"))
40
41
42def recieve():

Callers 2

Client_HandlerFunction · 0.85
recieveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected