8000 DOC: PyArray_ArrayType doesn't exist · seiko2plus/numpy@55f2891 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55f2891

Browse files
committed
DOC: PyArray_ArrayType doesn't exist
1 parent 37030d8 commit 55f2891

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

doc/source/reference/c-api/array.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,17 +1186,6 @@ Converting data types
11861186
return value is the enumerated typenumber that represents the
11871187
data-type that *op* should have.
11881188
1189-
.. c:function:: void PyArray_ArrayType( \
1190-
PyObject* op, PyArray_Descr* mintype, PyArray_Descr* outtype)
1191-
1192-
This function is superseded by :c:func:`PyArray_ResultType`.
1193-
1194-
This function works similarly to :c:func:`PyArray_ObjectType` (...)
1195-
except it handles flexible arrays. The *mintype* argument can have
1196-
an itemsize member and the *outtype* argument will have an
1197-
itemsize member at least as big but perhaps bigger depending on
1198-
the object *op*.
1199-
12001189
.. c:function:: PyArrayObject** PyArray_ConvertToCommonType( \
12011190
PyObject* op, int* n)
12021191

0 commit comments

Comments
 (0)
0