This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
paul
/
hermes-chatto-plugin
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
338566df5e
Rami (Branch)
Tag
main
hermes-chatt...
/
vendor
/
platform
/
macos-arm64
/
websockets
/
speedups.pyi
speedups.pyi
102 B
Cronologia
Originale
1
2
3
from .typing import BytesLike
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...