commit | d658deac6060ee92b449a3bf424b460eafd99f3e | [log] [tgz] |
---|---|---|
author | Carl Meyer <carl@oddbird.net> | Tue Aug 28 01:11:56 2018 -0600 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Tue Aug 28 17:11:56 2018 +1000 |
tree | b20a3a288b17dd17fbd5e555f139b2c1df80bcb7 | |
parent | 216b745eafa7cd4a683a8405dcfbd7f5567f504c [diff] |
bpo-21145: Add cached_property decorator in functools (#6982) Robust caching of calculated properties is harder than it looks at first glance, so add a solid, well-tested implementation to the standard library.