decorator¶ 装饰器 类 FlagMethod(flag, method) 描述符。进出方法时设置flag。 cached_class_property(func) cached_property(func) 方法 deprecated([replacement, version, reason]) 弃用方法装饰器 flagmethod(flag) 进出方法时设置flag lru_cache([maxsize, cache_factory]) singleton(cls) 单例