@Properties(inherit=python.class) public class PyNameErrorObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
PyNameErrorObject()
Default native constructor.
|
PyNameErrorObject(long size)
Native array allocator.
|
PyNameErrorObject(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PyObject |
args() |
PyNameErrorObject |
args(PyObject setter) |
PyObject |
cause() |
PyNameErrorObject |
cause(PyObject setter) |
PyObject |
context() |
PyNameErrorObject |
context(PyObject setter) |
PyObject |
dict() |
PyNameErrorObject |
dict(PyObject setter) |
PyNameErrorObject |
getPointer(long i) |
PyObject |
name() |
PyNameErrorObject |
name(PyObject setter) |
PyObject |
ob_base() |
PyNameErrorObject |
ob_base(PyObject setter) |
PyNameErrorObject |
position(long position) |
byte |
suppress_context() |
PyNameErrorObject |
suppress_context(byte setter) |
PyObject |
traceback() |
PyNameErrorObject |
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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic PyNameErrorObject()
public PyNameErrorObject(long size)
Pointer.position(long).public PyNameErrorObject(Pointer p)
Pointer(Pointer).public PyNameErrorObject position(long position)
public PyNameErrorObject getPointer(long i)
getPointer in class Pointerpublic PyNameErrorObject ob_base(PyObject setter)
public PyObject dict()
public PyNameErrorObject dict(PyObject setter)
public PyObject args()
public PyNameErrorObject args(PyObject setter)
public PyObject traceback()
public PyNameErrorObject traceback(PyObject setter)
public PyObject context()
public PyNameErrorObject context(PyObject setter)
public PyObject cause()
public PyNameErrorObject cause(PyObject setter)
public PyNameErrorObject suppress_context(byte setter)
public PyObject name()
public PyNameErrorObject name(PyObject setter)
Copyright © 2022. All rights reserved.