Buckets:

glennmatlin's picture
download
raw
545 Bytes
from pathlib import Path
from .types import Target
class PyrightError(Exception):
message: str
def __init__(self, message: str) -> None:
super().__init__(message)
self.message = message
class NodeError(PyrightError):
pass
class BinaryNotFound(NodeError):
def __init__(self, target: Target, path: Path) -> None:
super().__init__(f'Expected {target} binary to exist at {path} but was not found.')
self.path = path
self.target = target
class VersionCheckFailed(NodeError):
pass

Xet Storage Details

Size:
545 Bytes
·
Xet hash:
9d0eb17ee661014a932bf4324c86e72d5c7a9fa5f5ad7cf59d6d6370e538add6

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