Utilities etc

Not so much here so far.

Reference

exception sparrow.util.Error[source]

Bases: Exception

Base class for all exceptions of Sparrow

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.