This document is for Kombu's development version, which can be significantly different from previous releases. Get the stable docs here: 5.0.

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__.