Files
mission-control/backend/.venv/lib/python3.12/site-packages/websockets/speedups.pyi
2026-02-01 22:25:28 +05:30

4 lines
102 B
Python

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