numpy
2.0.0
|
Go to the source code of this file.
Functions | |
NPY_NO_EXPORT PyObject * | _strings_richcompare (PyArrayObject *self, PyArrayObject *other, int cmp_op, int rstrip) |
NPY_NO_EXPORT PyObject * | array_richcompare (PyArrayObject *self, PyObject *other, int cmp_op) |
NPY_NO_EXPORT int | array_might_be_written (PyArrayObject *obj) |
Variables | |
static const int | NPY_ARRAY_WARN_ON_WRITE = (1 << 31) |
NPY_NO_EXPORT PyObject* _strings_richcompare | ( | PyArrayObject * | self, |
PyArrayObject * | other, | ||
int | cmp_op, | ||
int | rstrip | ||
) |
NPY_NO_EXPORT int array_might_be_written | ( | PyArrayObject * | obj | ) |
References PyArray_MIN.
Referenced by array_ctypes_get(), and array_repr().
NPY_NO_EXPORT PyObject* array_richcompare | ( | PyArrayObject * | self, |
PyObject * | other, | ||
int | cmp_op | ||
) |
References PyArray_Check, PyArray_ITEMSIZE, PyArray_NDIM, and PyArray_STRIDES.
const int NPY_ARRAY_WARN_ON_WRITE = (1 << 31) [static] |