File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
doc/source/reference/c-api Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1186,17 +1186,6 @@ Converting data types
1186
1186
return value is the enumerated typenumber that represents the
1187
1187
data-type that *op* should have.
1188
1188
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
-
1200
1189
.. c:function:: PyArrayObject** PyArray_ConvertToCommonType( \
1201
1190
PyObject* op, int* n)
1202
1191
You can’t perform that action at this time.
0 commit comments