This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
paul
/
hermes-chatto-plugin
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
a00a8ce2b1
Ramos
Etiquetas
main
hermes-chatt...
/
vendor
/
platform
/
linux-aarch64
/
websockets
/
speedups.pyi
speedups.pyi
102 B
Histórico
Em bruto
1
2
3
from .typing import BytesLike
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...