Utility Functions and Types

Helper Classes

class hymn.utils.CachedSequence(iterable)

Bases: object

sequence wrapper that is lazy while keeps the items

class hymn.utils.SuppressContextManager(exceptions)

Bases: object

context manager that suppress specified exceptions