Files
Control_Panel/server/venv/Lib/site-packages/websockets/speedups.pyi
T
2026-07-15 18:37:19 +09:00

4 lines
102 B
Python

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