philh_myftp_biz.functools.cache.prop

Module Contents

Classes

cached_property

API

class philh_myftp_biz.functools.cache.prop.cached_property(func)

Bases: functools.cached_property[philh_myftp_biz.functools.cache.prop.cached_property.T]

Initialization

__new__(*_, **__) functools.cached_property
__set__(inst, value) None
__delete__(inst) None
setter(fset)