This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
paul
/
hermes-chatto-plugin
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
b15214b8e8
Branches
Tags
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: ...