This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
paul
/
hermes-chatto-plugin
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
a00a8ce2b1
ブランチ
タグ
main
hermes-chatt...
/
vendor
/
platform
/
linux-aarch64
/
websockets
/
speedups.pyi
speedups.pyi
102 B
履歴
Raw
1
2
3
from .typing import BytesLike
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...