@Properties(inherit=python.class) public class PyBaseExceptionObject extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PyBaseExceptionObject()
Default native constructor.
|
PyBaseExceptionObject(long size)
Native array allocator.
|
PyBaseExceptionObject(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PyObject |
args() |
PyBaseExceptionObject |
args(PyObject setter) |
PyObject |
cause() |
PyBaseExceptionObject |
cause(PyObject setter) |
PyObject |
context() |
PyBaseExceptionObject |
context(PyObject setter) |
PyObject |
dict() |
PyBaseExceptionObject |
dict(PyObject setter) |
PyBaseExceptionObject |
getPointer(long i) |
PyObject |
ob_base() |
PyBaseExceptionObject |
ob_base(PyObject setter) |
PyBaseExceptionObject |
position(long position) |
byte |
suppress_context() |
PyBaseExceptionObject |
suppress_context(byte setter) |
PyObject |
traceback() |
PyBaseExceptionObject |
traceback(PyObject setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, 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, zeropublic PyBaseExceptionObject()
public PyBaseExceptionObject(long size)
Pointer.position(long).public PyBaseExceptionObject(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public PyBaseExceptionObject position(long position)
position in class org.bytedeco.javacpp.Pointerpublic PyBaseExceptionObject getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointer@ByRef public PyObject ob_base()
public PyBaseExceptionObject ob_base(PyObject setter)
public PyObject dict()
public PyBaseExceptionObject dict(PyObject setter)
public PyObject args()
public PyBaseExceptionObject args(PyObject setter)
public PyObject traceback()
public PyBaseExceptionObject traceback(PyObject setter)
public PyObject context()
public PyBaseExceptionObject context(PyObject setter)
public PyObject cause()
public PyBaseExceptionObject cause(PyObject setter)
@Cast(value="char") public byte suppress_context()
public PyBaseExceptionObject suppress_context(byte setter)
Copyright © 2023. All rights reserved.