Beta/venv/lib/python3.12/site-packages/websockets/speedups.pyi
2026-06-16 17:09:34 +00:00

3 lines
102 B
Python

from .typing import BytesLike
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...