MCPcopy Index your code
hub / github.com/miguelgrinberg/python-socketio / deconstruct_binary

Method deconstruct_binary

src/socketio/packet.py:149–153  ·  view source on GitHub ↗

Extract binary components in the packet.

(cls, data)

Source from the content-addressed store, hash-verified

147
148 @classmethod
149 def deconstruct_binary(cls, data):
150 """Extract binary components in the packet."""
151 attachments = []
152 data = cls._deconstruct_binary_internal(data, attachments)
153 return data, attachments
154
155 @classmethod
156 def _deconstruct_binary_internal(cls, data, attachments):

Callers 4

encodeMethod · 0.95
emitMethod · 0.80
emitMethod · 0.80

Calls 1

Tested by 1