module documentation

Helper methods for the context package.

Function compare_objects Do a rich comparison of 2 given objects
Function safe_repr Find the repr of the object, but limit the number of characters.
def compare_objects(object1, object2): (source)

Do a rich comparison of 2 given objects

def safe_repr(obj, limit=1000): (source)

Find the repr of the object, but limit the number of characters.