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

自定义集合- kombu.utils.collections

自定义贴图、序列等。

class kombu.utils.collections.EqualityDict[源代码]

使用等式运算符进行键控的DICT。

class kombu.utils.collections.HashedSeq(*seq)[源代码]

散列序列。

用于hash()的类型,以确保不会多次生成哈希。

hashvalue
kombu.utils.collections.eqhash(o)[源代码]

打电话 obj.__eqhash__