numpy 2.0.0
|
#include <Python.h>
#include "structmember.h"
#include "numpy/arrayobject.h"
#include "numpy/arrayscalars.h"
#include "npy_config.h"
#include "numpy/npy_3kcompat.h"
#include "common.h"
#include "mapping.h"
#include "sequence.h"
Defines | |
#define | PY_SSIZE_T_CLEAN |
#define | _MULTIARRAYMODULE |
#define | NPY_NO_PREFIX |
Functions | |
static int | array_any_nonzero (PyArrayObject *mp) |
static PyObject * | array_slice (PyArrayObject *self, Py_ssize_t ilow, Py_ssize_t ihigh) |
static int | array_ass_slice (PyArrayObject *self, Py_ssize_t ilow, Py_ssize_t ihigh, PyObject *v) |
static int | array_contains (PyArrayObject *self, PyObject *el) |
Variables | |
NPY_NO_EXPORT PySequenceMethods | array_as_sequence |
#define _MULTIARRAYMODULE |
#define NPY_NO_PREFIX |
#define PY_SSIZE_T_CLEAN |
static int array_any_nonzero | ( | PyArrayObject * | mp | ) | [static] |
static int array_ass_slice | ( | PyArrayObject * | self, |
Py_ssize_t | ilow, | ||
Py_ssize_t | ihigh, | ||
PyObject * | v | ||
) | [static] |
static int array_contains | ( | PyArrayObject * | self, |
PyObject * | el | ||
) | [static] |
static PyObject* array_slice | ( | PyArrayObject * | self, |
Py_ssize_t | ilow, | ||
Py_ssize_t | ihigh | ||
) | [static] |
NPY_NO_EXPORT PySequenceMethods array_as_sequence |