Buckets:
| import array | |
| from typing import Union | |
| from typing_extensions import final, Buffer | |
| # __buffer__ protocol makes this redundant on python 3.12+ | |
| Buffer.register(array.ArrayType) | |
| _InputType = Union[str, Buffer] | |
| VERSION: str | |
| XXHASH_VERSION: str | |
| #: Deprecated, will be removed in the next major release | |
| VERSION_TUPLE: tuple[int, ...] | |
| algorithms_available: set[str] | |
| class _Hasher: | |
| def __init__(self, input: _InputType = ..., seed: int = ...) -> None: ... | |
| def update(self, input: _InputType) -> None: ... | |
| def digest(self) -> bytes: ... | |
| def hexdigest(self) -> str: ... | |
| def intdigest(self) -> int: ... | |
| def copy(self) -> _Hasher: ... | |
| def reset(self) -> None: ... | |
| def digestsize(self) -> int: ... | |
| def digest_size(self) -> int: ... | |
| def block_size(self) -> int: ... | |
| def name(self) -> str: ... | |
| def seed(self) -> int: ... | |
| class xxh32(_Hasher): ... | |
| class xxh3_64(_Hasher): ... | |
| class xxh3_128(_Hasher): ... | |
| xxh64 = xxh3_64 | |
| xxh128 = xxh3_128 | |
| def xxh32_digest(args: _InputType, seed: int = ...) -> bytes: ... | |
| def xxh32_hexdigest(args: _InputType, seed: int = ...) -> str: ... | |
| def xxh32_intdigest(args: _InputType, seed: int = ...) -> int: ... | |
| def xxh3_64_digest(args: _InputType, seed: int = ...) -> bytes: ... | |
| def xxh3_64_hexdigest(args: _InputType, seed: int = ...) -> str: ... | |
| def xxh3_64_intdigest(args: _InputType, seed: int = ...) -> int: ... | |
| def xxh3_128_digest(args: _InputType, seed: int = ...) -> bytes: ... | |
| def xxh3_128_hexdigest(args: _InputType, seed: int = ...) -> str: ... | |
| def xxh3_128_intdigest(args: _InputType, seed: int = ...) -> int: ... | |
| xxh64_digest = xxh3_64_digest | |
| xxh64_hexdigest = xxh3_64_hexdigest | |
| xxh64_intdigest = xxh3_64_intdigest | |
| xxh128_digest = xxh3_128_digest | |
| xxh128_hexdigest = xxh3_128_hexdigest | |
| xxh128_intdigest = xxh3_128_intdigest | |
Xet Storage Details
- Size:
- 1.9 kB
- Xet hash:
- 19bbf4b85244ed40353acbad89e9c44833705f43b400d2819e687db8bee78d03
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.