download
raw
335 Bytes
class OpenTypeLibError(Exception):
def __init__(self, message, location):
Exception.__init__(self, message)
self.location = location
def __str__(self):
message = Exception.__str__(self)
if self.location:
return f"{self.location}: {message}"
else:
return message

Xet Storage Details

Size:
335 Bytes
·
Xet hash:
be646245d8cdcfc6f3a8c57b0316a37e3306a7c166ea7358a4fd4120d21cef1f

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