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

对象实用程序。

class kombu.utils.objects.cached_property(fget=None, fset=None, fdel=None)[源代码]

缓存属性的实现。

deleter(fdel)[源代码]
setter(fset)[源代码]