MisterAI's picture
download
raw
605 Bytes
from typing import Iterable, Iterator, Mapping
class Dictionary:
def __getitem__(self, key: str) -> str: ...
def __setitem__(self, key: str, value: str) -> None: ...
def __delitem__(self, key: str) -> None: ...
def __len__(self) -> int: ...
def __iter__(self) -> Iterator[str]: ...
def __repr__(self) -> str: ...
def keys(self) -> Iterable[str]: ...
def copy(self) -> Dictionary: ...
def pop(self, key: str) -> str: ...
def update(
self,
other: Mapping[str, str] | Iterable[tuple[str, str]] = (),
/,
**kwds: str,
) -> None: ...

Xet Storage Details

Size:
605 Bytes
·
Xet hash:
0c07be5c46b7dbea0fc851be1808240499355ea358f4b3134d7f0f7939a272a9

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