stupidb.protocols

Various stupidb related protocol classes.

Classes

AdditiveWithInverse(*args, **kwargs)

A protocol for objects that are additive with an inverse.

Comparable(*args, **kwargs)

A protocol for comparable objects.

class stupidb.protocols.AdditiveWithInverse(*args, **kwargs)[source]

A protocol for objects that are additive with an inverse.

class stupidb.protocols.Comparable(*args, **kwargs)[source]

A protocol for comparable objects.