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