Files
context-continuity/venv.old-py38/lib/python3.9/site-packages/websockets/speedups.pyi
T

2 lines
55 B
Python
Raw Normal View History

def apply_mask(data: bytes, mask: bytes) -> bytes: ...