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