commit | 02c91f59b6f6e720a9e89635e00c55bcf7f932a8 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | Sun Jul 21 00:34:47 2019 -0700 |
committer | GitHub <noreply@github.com> | Sun Jul 21 00:34:47 2019 -0700 |
tree | 8911ca3b47dc0da1344aacb81f5f62427d3d18e6 | |
parent | 5623ac87bbe5de481957eca5eeae06347612fbeb [diff] |
bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871) * Make internals private * Finish making mu and sigma private * Add missing __hash__() method * Add blurb