sciai.utils.lazy_property

查看源文件
sciai.utils.lazy_property(func)[源代码]

惰性属性装饰器。

参数:
  • func (Callable) - 装饰函数。

返回:

_LazyProperty,装饰对象。