seems to me that `memoized_property` works essenti...
# development
r
seems to me that
memoized_property
works essentially by trapping storage, func ref and results in a closure - which means that beyond just caching the result of the function, we hang onto all of its locals() scope too