Files
openclaw-backups/.venvs/transcribe/lib/python3.11/site-packages/websockets/speedups.pyi
2026-02-21 07:01:51 +00:00

4 lines
102 B
Python

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