download
raw
395 Bytes
class VoltLibError(Exception):
def __init__(self, message, location):
Exception.__init__(self, message)
self.location = location
def __str__(self):
message = Exception.__str__(self)
if self.location:
path, line, column = self.location
return "%s:%d:%d: %s" % (path, line, column, message)
else:
return message

Xet Storage Details

Size:
395 Bytes
·
Xet hash:
4ee5d4d8ca1b2c3fece3d42fbc1f1212fc0ea28d8d93e337c49533a81e81bb7a

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