This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
paul
/
hermes-chatto-plugin
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
c1be128c3b
Ramas
Etiquetas
main
hermes-chatt...
/
vendor
/
platform
/
linux-aarch64
/
websockets
/
speedups.pyi
speedups.pyi
102 B
Histórico
Raw
1
2
3
from .typing import BytesLike
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...