edges_cal.cached_property

A wrapper of cached_property that also saves which things are cached.

Functions

safe_property(f)

An alternative property decorator that substitates AttributeError for RunTime.

Classes

cached_property(func)