| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __int__()
Overrides org. Equivalent to the standard Python __int__ method. |
| public PyObject | __long__()
Overrides org. Equivalent to the standard Python __long__ method. |
| public boolean | __nonzero__()
Overrides org. Equivalent to the standard Python __nonzero__ method. |
| public PyObject |
| BasePointer | back to summary |
|---|---|
| pack-priv BasePointer(PyType subtype) | |
| __int__ | back to summary |
|---|---|
| public PyObject __int__() Overrides org. Doc from org. Equivalent to the standard Python __int__ method. Should only be overridden by numeric objects that can be reasonably coerced into an integer. | |
| __long__ | back to summary |
|---|---|
| public PyObject __long__() Overrides org. Doc from org. Equivalent to the standard Python __long__ method. Should only be overridden by numeric objects that can be reasonably coerced into a python long. | |
| __nonzero__ | back to summary |
|---|---|
| public boolean __nonzero__() Overrides org. Doc from org. Equivalent to the standard Python __nonzero__ method. Returns whether of not a given
| |
| address | back to summary |
|---|---|
public PyObject address()
| |