Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
def
BroadCasating(msg):
38
for
client in clients:
39
client.send(bytes(msg,
"utf-8"
))
40
41
42
def
recieve():
Callers
2
Client_Handler
Function · 0.85
recieve
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected