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