Liga-System/.venv/lib/python3.12/site-packages/websockets/speedups.pyi

4 lines
102 B
Python
Raw Normal View History

2026-02-16 09:18:53 +01:00
from .typing import BytesLike
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...