Files
ai_wht_B/venv/Lib/site-packages/aiohttp/_websocket/mask.pxd

4 lines
112 B
Cython
Raw Normal View History

2026-01-06 14:18:39 +08:00
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(bytes mask, bytearray data)