summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polyutils.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2019-11-11 23:13:04 +0000
committerEric Wieser <wieser.eric@gmail.com>2019-11-11 23:16:59 +0000
commit035ef5ac3ca52b9f14ea3effe739c6aaca9411bc (patch)
tree84849098f6b152292774c3905514321dcba9c8c7 /numpy/polynomial/polyutils.py
parentc592bf2210567ea58bc52f8e15a5f0de582f889b (diff)
downloadnumpy-035ef5ac3ca52b9f14ea3effe739c6aaca9411bc.tar.gz
BUG: Fix np.__dir__ to correctly handle new properties
Previously this would fail, but only on python 3.7+ ``` np.new_member = 1 assert 'new_member' in dir(np) ``` While this isn't something we support anyway, it certainly wasn't intentional.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions