API

LibGOODS Python API

__init__.py for libgoods package

exception libgoods.FileTooBigError[source]

Bases: ValueError

class for file too big

args
with_traceback()

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

exception libgoods.NonIntersectingSubsetError[source]

Bases: ValueError

provided subset does not overlap in at least one dimension

args
with_traceback()

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