MisterAI's picture
download
raw
316 Bytes
# When Python 3.12 becomes our lowest supported version, we could make this
# class inherit `collections.abc.Buffer`.
class Buffer:
buffer_size: int
buffer_ptr: int
def update(self, input: bytes) -> None: ...
def __buffer__(self, flags: int) -> memoryview: ...
def __bytes__(self) -> bytes: ...

Xet Storage Details

Size:
316 Bytes
·
Xet hash:
ecfcd1dec7f807744b8a6b4d465b86098d436473232fc4f471a2c80dccde4849

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.