_util module

pyflyby._util.cached_attribute

alias of cached_property

pyflyby._util.memoize(user_function, /)

Simple lightweight unbounded cache. Sometimes called “memoize”.