ranranrunforit's picture
download
raw
700 Bytes
from _typeshed import IdentityFunction
from collections.abc import Callable, Iterable
from typing import Protocol, TypeVar, overload, type_check_only
from ._convertions import asbytes as asbytes, asunicode as asunicode
###
_T = TypeVar("_T")
_HasModuleT = TypeVar("_HasModuleT", bound=_HasModule)
@type_check_only
class _HasModule(Protocol):
__module__: str
###
@overload
def set_module(module: None) -> IdentityFunction: ...
@overload
def set_module(module: str) -> Callable[[_HasModuleT], _HasModuleT]: ...
#
def _rename_parameter(
old_names: Iterable[str],
new_names: Iterable[str],
dep_version: str | None = None,
) -> Callable[[Callable[..., _T]], Callable[..., _T]]: ...

Xet Storage Details

Size:
700 Bytes
·
Xet hash:
b560e2e08066fde6720630cb795c5e07317a901031f7332dc045a9915c2ad208

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