@Properties(inherit=python.class) public class PyBaseExceptionGroupObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
PyBaseExceptionGroupObject()
Default native constructor.
|
PyBaseExceptionGroupObject(long size)
Native array allocator.
|
PyBaseExceptionGroupObject(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PyObject |
args() |
PyBaseExceptionGroupObject |
args(PyObject setter) |
PyObject |
cause() |
PyBaseExceptionGroupObject |
cause(PyObject setter) |
PyObject |
context() |
PyBaseExceptionGroupObject |
context(PyObject setter) |
PyObject |
dict() |
PyBaseExceptionGroupObject |
dict(PyObject setter) |
PyObject |
excs() |
PyBaseExceptionGroupObject |
excs(PyObject setter) |
PyBaseExceptionGroupObject |
getPointer(long i) |
PyObject |
msg() |
PyBaseExceptionGroupObject |
msg(PyObject setter) |
PyObject |
notes() |
PyBaseExceptionGroupObject |
notes(PyObject setter) |
PyObject |
ob_base() |
PyBaseExceptionGroupObject |
ob_base(PyObject setter) |
PyBaseExceptionGroupObject |
position(long position) |
byte |
suppress_context() |
PyBaseExceptionGroupObject |
suppress_context(byte setter) |
PyObject |
traceback() |
PyBaseExceptionGroupObject |
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, zeropublic PyBaseExceptionGroupObject()
public PyBaseExceptionGroupObject(long size)
Pointer.position(long).public PyBaseExceptionGroupObject(Pointer p)
Pointer(Pointer).public PyBaseExceptionGroupObject position(long position)
public PyBaseExceptionGroupObject getPointer(long i)
getPointer in class Pointerpublic PyBaseExceptionGroupObject ob_base(PyObject setter)
public PyObject dict()
public PyBaseExceptionGroupObject dict(PyObject setter)
public PyObject args()
public PyBaseExceptionGroupObject args(PyObject setter)
public PyObject notes()
public PyBaseExceptionGroupObject notes(PyObject setter)
public PyObject traceback()
public PyBaseExceptionGroupObject traceback(PyObject setter)
public PyObject context()
public PyBaseExceptionGroupObject context(PyObject setter)
public PyObject cause()
public PyBaseExceptionGroupObject cause(PyObject setter)
public PyBaseExceptionGroupObject suppress_context(byte setter)
public PyObject msg()
public PyBaseExceptionGroupObject msg(PyObject setter)
public PyObject excs()
public PyBaseExceptionGroupObject excs(PyObject setter)
Copyright © 2024. All rights reserved.