Go to the source code of this file.
Defines |
#define | Py_TYPE(o) (((PyObject*)(o))->ob_type) |
#define | Py_REFCNT(o) (((PyObject*)(o))->ob_refcnt) |
#define | Py_SIZE(o) (((PyVarObject*)(o))->ob_size) |
#define | PyIndex_Check(o) 0 |
Define Documentation
#define Py_REFCNT |
( |
|
o | ) |
(((PyObject*)(o))->ob_refcnt) |
#define Py_SIZE |
( |
|
o | ) |
(((PyVarObject*)(o))->ob_size) |
#define Py_TYPE |
( |
|
o | ) |
(((PyObject*)(o))->ob_type) |
Accessing items of ob_base
Referenced by _convert_obj(), allocate_reduce_result(), array_getfield(), array_real_get(), array_remainder(), datetimetype_str(), fancy_indexing_check(), iter_subscript_int(), local_argsearch_right(), PyArray_ArgMax(), PyArray_AssignOne(), PyArray_CastToType(), PyArray_ScalarKind(), PyArray_TakeFrom(), and timedeltatype_str().
PyIndex_Check
_NPY_COMPAT_H_