summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2019-03-02 11:55:42 -0800
committerEric Wieser <wieser.eric@gmail.com>2019-03-02 11:55:42 -0800
commite7b529c55cf9f5e27517d75df91211eb35f60d6c (patch)
tree8caad03e557b6d346581fb173ec8c36cd4f76b48 /numpy/core/fromnumeric.py
parente21d2cbdf15a86e16ef4877a42ed98d97ea296d3 (diff)
downloadnumpy-e7b529c55cf9f5e27517d75df91211eb35f60d6c.tar.gz
MAINT: Fix ABCPolyBase in various ways
This previously: * Did not indicate the arguments in the abstract methods * Did not actually use the `abc` mechanism at all on python 3 (`__metaclass__` does not work any more) * Used the now-deprecated `@abstractproperty` This didn't cause any runtime problems, but does confuse LGTM, and was using the `abc` module incorrectly. This uses python3-only features of the abc module, so can't be backported.
Diffstat (limited to 'numpy/core/fromnumeric.py')
0 files changed, 0 insertions, 0 deletions