commit | 2430d532e240dea55f0082d1e9bf2e0f3d7505be | [log] [tgz] |
---|---|---|
author | Inada Naoki <songofacandy@gmail.com> | Mon Apr 15 16:01:00 2019 +0900 |
committer | GitHub <noreply@github.com> | Mon Apr 15 16:01:00 2019 +0900 |
tree | 97438effa6641201697ae515a08baeec86acbf4f | |
parent | 3c5a858ec6a4e5851903762770fe526a46d3c351 [diff] |
bpo-27860: use cached_property (GH-12832) * cached_property is more efficient than hand crafted cache. * In IPv[46]Network, `self.network.prefixlen` is same to `self._prefixlen`.