Buckets:
| from typing import Any, Union | |
| from .core import decode, encode | |
| def ToASCII(label: str) -> bytes: | |
| return encode(label) | |
| def ToUnicode(label: Union[bytes, bytearray]) -> str: | |
| return decode(label) | |
| def nameprep(s: Any) -> None: | |
| raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol") | |
Xet Storage Details
- Size:
- 316 Bytes
- Xet hash:
- ec8e7689a3bc135b94c744fb9e212a8c51dcfa2d8572e238dee1fee16bb2b70e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.