bucky.util.cached_prop
#
Cached property descript that will only eval on first access.
From https://stackoverflow.com/questions/4037481/caching-class-attributes-in-python
Module Contents#
Classes#
Descriptor (non-data) for building an attribute on-demand on first use. |
Attributes#
- bucky.util.cached_prop.ALLOW_FUNCTOOLS#