sciai.utils.lazy_property

View Source On Gitee
sciai.utils.lazy_property(func)[source]

Lazy property decorator signature.

Parameters

func (Callable) – decorated arguments.

Returns

_LazyProperty, Decorated object.