diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2023-03-31 07:46:06 +0200 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2023-03-31 07:46:06 +0200 |
commit | 55f2891b263acacc93577936f2a516dc215a61d4 (patch) | |
tree | 6fe917f98e8284ad7ce2a98be913ae5bdb4668bb /doc/source/reference/c-api | |
parent | 37030d8a91f10752689c05ca3385845a89e2a965 (diff) | |
download | numpy-55f2891b263acacc93577936f2a516dc215a61d4.tar.gz |
DOC: PyArray_ArrayType doesn't exist
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r-- | doc/source/reference/c-api/array.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/source/reference/c-api/array.rst b/doc/source/reference/c-api/array.rst index 8a34c4231..ed6d6fb6b 100644 --- a/doc/source/reference/c-api/array.rst +++ b/doc/source/reference/c-api/array.rst @@ -1186,17 +1186,6 @@ Converting data types return value is the enumerated typenumber that represents the data-type that *op* should have. -.. c:function:: void PyArray_ArrayType( \ - PyObject* op, PyArray_Descr* mintype, PyArray_Descr* outtype) - - This function is superseded by :c:func:`PyArray_ResultType`. - - This function works similarly to :c:func:`PyArray_ObjectType` (...) - except it handles flexible arrays. The *mintype* argument can have - an itemsize member and the *outtype* argument will have an - itemsize member at least as big but perhaps bigger depending on - the object *op*. - .. c:function:: PyArrayObject** PyArray_ConvertToCommonType( \ PyObject* op, int* n) |