MCPcopy 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
5class 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_packetMethod · 0.95
test_send_with_ackMethod · 0.95

Calls

no outgoing calls

Tested by 3

test_send_packetMethod · 0.76
test_send_with_ackMethod · 0.76