This document describes the current stable version of Kombu (5.3). For development docs, go here.

Custom Collections - kombu.utils.collections

Custom maps, sequences, etc.

class kombu.utils.collections.EqualityDict[source]

Dict using the eq operator for keying.

class kombu.utils.collections.HashedSeq(*seq)[source]

Hashed Sequence.

Type used for hash() to make sure the hash is not generated multiple times.

hashvalue
kombu.utils.collections.eqhash(o)[source]

Call obj.__eqhash__.