Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/miguelgrinberg/python-socketio
/ _send_packet
Method
_send_packet
tests/performance/server_send.py:6–7 ·
view source on GitHub ↗
(self, eio_sid, pkt)
Source
from the content-addressed store, hash-verified
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
Callers
3
test_send_packet
Method · 0.95
test_send_with_ack
Method · 0.95
test_send_with_ack_namespace
Method · 0.95
Calls
no outgoing calls
Tested by
3
test_send_packet
Method · 0.76
test_send_with_ack
Method · 0.76
test_send_with_ack_namespace
Method · 0.76