Welcome to Quick Start Example documentation!

Mixin classes which may be added to your own classes to add certain functionality to them.

An overview

ReprMixin

Sets class __repr__ method based on the attributes named in repr_cols.

SimplePropertyCacheMixin

Supports caching properties.

EqOnAttrsMixin

Allows class equality to be compared on the equality of the attribute names listed in equal_attrs.

mixins

This is a simple example:

import mixins

Indices and tables