diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2019-06-30 12:14:16 -0700 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2019-06-30 12:42:00 -0700 |
commit | c927298907d5dc8667385fce877ced619a9c7185 (patch) | |
tree | a53ffae642ff640f59d3cf09f0ffd2f495e570a1 /numpy | |
parent | ae65a534645ca26992c208275c7a9554450edf73 (diff) | |
download | numpy-c927298907d5dc8667385fce877ced619a9c7185.tar.gz |
DOC: Remove documentation for property that does not exist
`ndarray._as_parameter_` is not a real thing
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/_add_newdocs.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py index 27aa52ba5..8ed6e431b 100644 --- a/numpy/core/_add_newdocs.py +++ b/numpy/core/_add_newdocs.py @@ -1980,13 +1980,6 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('__array_struct__', """Array protocol: C-struct side.""")) -add_newdoc('numpy.core.multiarray', 'ndarray', ('_as_parameter_', - """Allow the array to be interpreted as a ctypes object by returning the - data-memory location as an integer - - """)) - - add_newdoc('numpy.core.multiarray', 'ndarray', ('base', """ Base object if memory is from some other object. |