Files
mnote/wolai-backend/.venv312/Lib/site-packages/websockets/speedups.pyi
T

2 lines
55 B
Python
Raw Normal View History

2025-12-08 19:56:24 +08:00
def apply_mask(data: bytes, mask: bytes) -> bytes: ...