ai-station/.venv/lib/python3.12/site-packages/aiohttp/_websocket/mask.pxd

4 lines
112 B
Cython
Raw Normal View History

2025-12-25 14:54:33 +00:00
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(bytes mask, bytearray data)