Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/miguelgrinberg/python-socketio
/ Server
Class
Server
tests/performance/server_send_broadcast.py:5–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
5
class
Server(socketio.Server):
6
def
_send_packet(self, eio_sid, pkt):
7
pass
8
9
def
_send_eio_packet(self, eio_sid, eio_pkt):
10
pass
11
12
13
def
test():
Callers
1
test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…