download
raw
503 Bytes
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
class UnsupportedToolError(ValueError):
def __init__(self, tool):
msg = "unsupported tool {!r}".format(tool)
super(UnsupportedToolError, self).__init__(msg)
self.tool = tool
class UnsupportedCommandError(ValueError):
def __init__(self, cmd):
msg = "unsupported cmd {!r}".format(cmd)
super(UnsupportedCommandError, self).__init__(msg)
self.cmd = cmd

Xet Storage Details

Size:
503 Bytes
·
Xet hash:
0a8876533ba5aba33e4c38b62e8ac60db0b19e34d3df91f72ab1f4de49b35ac6

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