@Properties(inherit=python.class) public class _PyErr_StackItem extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_PyErr_StackItem()
Default native constructor.
|
_PyErr_StackItem(long size)
Native array allocator.
|
_PyErr_StackItem(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
exc_traceback() |
_PyErr_StackItem |
exc_traceback(PyObject setter) |
PyObject |
exc_type() |
_PyErr_StackItem |
exc_type(PyObject setter) |
PyObject |
exc_value() |
_PyErr_StackItem |
exc_value(PyObject setter) |
_PyErr_StackItem |
position(long position) |
_PyErr_StackItem |
previous_item(_PyErr_StackItem setter) |
_PyErr_StackItem |
previous_item() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public _PyErr_StackItem()
public _PyErr_StackItem(long size)
Pointer.position(long)
.public _PyErr_StackItem(Pointer p)
Pointer.Pointer(Pointer)
.public _PyErr_StackItem position(long position)
public PyObject exc_type()
public _PyErr_StackItem exc_type(PyObject setter)
public PyObject exc_value()
public _PyErr_StackItem exc_value(PyObject setter)
public PyObject exc_traceback()
public _PyErr_StackItem exc_traceback(PyObject setter)
@Cast(value="_err_stackitem*") public _PyErr_StackItem previous_item()
public _PyErr_StackItem previous_item(_PyErr_StackItem setter)
Copyright © 2020. All rights reserved.