diff options
author | takanori-pskq <takanori17h@gmail.com> | 2020-10-05 10:10:27 +0900 |
---|---|---|
committer | takanori-pskq <takanori17h@gmail.com> | 2020-10-05 10:10:27 +0900 |
commit | f16f01aa669756400dccf5b12ffc75faf2387638 (patch) | |
tree | e6001262fca1b64490aa498d2194261f3f76a6e4 /doc/source/reference | |
parent | d84ff867373b60927d0dc3ff511a22828a9ac8dc (diff) | |
download | numpy-f16f01aa669756400dccf5b12ffc75faf2387638.tar.gz |
Fix: Add the entry for `NPY_ARR_HAS_DESCR`
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/arrays.interface.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.interface.rst b/doc/source/reference/arrays.interface.rst index 6d12cf999..49772a298 100644 --- a/doc/source/reference/arrays.interface.rst +++ b/doc/source/reference/arrays.interface.rst @@ -238,6 +238,8 @@ interpreted. The data-bits are :c:macro:`NPY_ARRAY_C_CONTIGUOUS` (0x1), has the arrdescr field. The field should not be accessed unless this flag is present. + .. c:macro:: NPY_ARR_HAS_DESCR + .. admonition:: New since June 16, 2006: In the past most implementations used the ``desc`` member of the ``PyCObject`` |