Files
weibo_signin/backend/venv/Lib/site-packages/websockets/speedups.pyi
2026-03-09 16:10:29 +08:00

4 lines
102 B
Python

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