This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
paul
/
hermes-chatto-plugin
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
2ed4a932bc
Branches
Tags
main
hermes-chatt...
/
vendor
/
platform
/
linux-aarch64
/
websockets
/
speedups.pyi
speedups.pyi
102 B
Historique
Raw
1
2
3
from .typing import BytesLike
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...