MisterAI's picture
download
raw
321 Bytes
from .core import *
from .codec import *
from typing import Any, Union
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:
321 Bytes
·
Xet hash:
46a76de11c74563b8acbb58710e88e726b418e82f6e2e91f7b90dd808659fdf7

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