admin / Synapse-Cortex
publicSelf Hosted ITSM Tool with RBAC/Tenanting and MFA
Synapse-Cortex / Synapse-Cortexv2 / .venv / Lib / site-packages / websockets / speedups.pyi
105 B · main
1 2 3 | from .typing import BytesLike def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ... |