ranranrunforit's picture
download
raw
594 Bytes
from collections.abc import Callable
from contextvars import ContextVar
from typing import Any, Final, TypedDict
from .arrayprint import _FormatDict
__all__ = ["format_options"]
###
class _FormatOptionsDict(TypedDict):
edgeitems: int
threshold: int
floatmode: str
precision: int
suppress: bool
linewidth: int
nanstr: str
infstr: str
sign: str
formatter: _FormatDict | None
legacy: int
override_repr: Callable[[Any], str] | None
###
default_format_options_dict: Final[_FormatOptionsDict] = ...
format_options: ContextVar[_FormatOptionsDict]

Xet Storage Details

Size:
594 Bytes
·
Xet hash:
266924aa4c3ed6dc3635a58dafd550b6ff7ab5dcf96335a1da2144bfac96a124

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