Core

Provides a collection of functions that are core to e13Tools and are imported automatically.

exception e13tools.core.InputError[source]

Generic exception raised for errors in the function input arguments.

General purpose exception class, raised whenever the function input arguments prevent the correct execution of the function without specifying the type of error (eg. ValueError, TypeError, etc).

__weakref__

list of weak references to the object (if defined)

exception e13tools.core.ShapeError[source]

Inappropriate argument shape (of correct type).

__weakref__

list of weak references to the object (if defined)

e13tools.core.compare_versions(a, b)[source]

Compares provided versions a and b with each other, and returns True if version a is later than or equal to version b.