Go to the source code of this file.
Define Documentation
#define PyArrayScalar_ASSIGN |
( |
|
obj, |
|
|
|
cls, |
|
|
|
val |
|
) |
| PyArrayScalar_VAL(obj, cls) = val |
- Macros
<blockquote class="first"> Py<Cls><bitsize>ScalarObject Py<Cls><bitsize>ArrType_Type</blockquote>
System Message: WARNING/2 (<string>
, line 4) Block quote ends without a blank line; unexpected unindent.
are defined in ndarrayobject.h
#define PyArrayScalar_New |
( |
|
cls | ) |
Py##cls##ArrType_Type.tp_alloc(&Py##cls##ArrType_Type, 0) |
#define PyArrayScalar_RETURN_BOOL_FROM_LONG |
( |
|
i | ) |
|
#define PyArrayScalar_RETURN_FALSE |
#define PyArrayScalar_RETURN_TRUE |
#define PyArrayScalar_VAL |
( |
|
obj, |
|
|
|
cls |
|
) |
| ((Py##cls##ScalarObject *)obj)->obval |
#define PyStringScalarObject PyStringObject |
#define PyUnicodeScalarObject PyUnicodeObject |