@Properties(inherit=python.class) public class PyAttributeErrorObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyAttributeErrorObject()
Default native constructor.
|
PyAttributeErrorObject(long size)
Native array allocator.
|
PyAttributeErrorObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
args() |
PyAttributeErrorObject |
args(PyObject setter) |
PyObject |
cause() |
PyAttributeErrorObject |
cause(PyObject setter) |
PyObject |
context() |
PyAttributeErrorObject |
context(PyObject setter) |
PyObject |
dict() |
PyAttributeErrorObject |
dict(PyObject setter) |
PyAttributeErrorObject |
getPointer(long i) |
PyObject |
name() |
PyAttributeErrorObject |
name(PyObject setter) |
PyObject |
notes() |
PyAttributeErrorObject |
notes(PyObject setter) |
PyObject |
ob_base() |
PyAttributeErrorObject |
ob_base(PyObject setter) |
PyObject |
obj() |
PyAttributeErrorObject |
obj(PyObject setter) |
PyAttributeErrorObject |
position(long position) |
byte |
suppress_context() |
PyAttributeErrorObject |
suppress_context(byte setter) |
PyObject |
traceback() |
PyAttributeErrorObject |
traceback(PyObject setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public PyAttributeErrorObject()
public PyAttributeErrorObject(long size)
Pointer.position(long)
.public PyAttributeErrorObject(Pointer p)
Pointer(Pointer)
.public PyAttributeErrorObject position(long position)
public PyAttributeErrorObject getPointer(long i)
getPointer
in class Pointer
public PyAttributeErrorObject ob_base(PyObject setter)
public PyObject dict()
public PyAttributeErrorObject dict(PyObject setter)
public PyObject args()
public PyAttributeErrorObject args(PyObject setter)
public PyObject notes()
public PyAttributeErrorObject notes(PyObject setter)
public PyObject traceback()
public PyAttributeErrorObject traceback(PyObject setter)
public PyObject context()
public PyAttributeErrorObject context(PyObject setter)
public PyObject cause()
public PyAttributeErrorObject cause(PyObject setter)
public PyAttributeErrorObject suppress_context(byte setter)
public PyObject obj()
public PyAttributeErrorObject obj(PyObject setter)
public PyObject name()
public PyAttributeErrorObject name(PyObject setter)
Copyright © 2023. All rights reserved.