Buckets:
| __all__ = ["_CopyMode", "_NoValue"] | |
| import enum | |
| from typing import Final, final | |
| @final | |
| class _CopyMode(enum.Enum): | |
| ALWAYS = True | |
| NEVER = False | |
| IF_NEEDED = 2 | |
| def __bool__(self, /) -> bool: ... | |
| @final | |
| class _NoValueType: ... | |
| _NoValue: Final[_NoValueType] = ... | |
Xet Storage Details
- Size:
- 280 Bytes
- Xet hash:
- 54f4e90d67fa77af54ec0bbc2e8e20a11d29b08fdb17422aaf0a779e4ea50b3d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.