Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha2phi/python-apps
/ broadcast
Method
broadcast
ml-yolo/backend/main.py:44–46 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
42
await websocket.send_text(message)
43
44
async
def
broadcast(self, message: str):
45
for
connection in self.active_connections:
46
await connection.send_text(message)
47
48
49
conn_mgr = ConnectionManager()
Callers
1
process_yolov5_ws
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected