@Properties(inherit=python.class) public class PyOSErrorObject extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PyOSErrorObject()
Default native constructor.
|
PyOSErrorObject(long size)
Native array allocator.
|
PyOSErrorObject(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PyObject |
args() |
PyOSErrorObject |
args(PyObject setter) |
PyObject |
cause() |
PyOSErrorObject |
cause(PyObject setter) |
PyObject |
context() |
PyOSErrorObject |
context(PyObject setter) |
PyObject |
dict() |
PyOSErrorObject |
dict(PyObject setter) |
PyObject |
filename() |
PyOSErrorObject |
filename(PyObject setter) |
PyObject |
filename2() |
PyOSErrorObject |
filename2(PyObject setter) |
PyOSErrorObject |
getPointer(long i) |
PyObject |
myerrno() |
PyOSErrorObject |
myerrno(PyObject setter) |
PyObject |
ob_base() |
PyOSErrorObject |
ob_base(PyObject setter) |
PyOSErrorObject |
position(long position) |
PyObject |
strerror() |
PyOSErrorObject |
strerror(PyObject setter) |
byte |
suppress_context() |
PyOSErrorObject |
suppress_context(byte setter) |
PyObject |
traceback() |
PyOSErrorObject |
traceback(PyObject setter) |
long |
written() |
PyOSErrorObject |
written(long 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, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic PyOSErrorObject()
public PyOSErrorObject(long size)
Pointer.position(long).public PyOSErrorObject(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public PyOSErrorObject position(long position)
position in class org.bytedeco.javacpp.Pointerpublic PyOSErrorObject getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointer@ByRef public PyObject ob_base()
public PyOSErrorObject ob_base(PyObject setter)
public PyObject dict()
public PyOSErrorObject dict(PyObject setter)
public PyObject args()
public PyOSErrorObject args(PyObject setter)
public PyObject traceback()
public PyOSErrorObject traceback(PyObject setter)
public PyObject context()
public PyOSErrorObject context(PyObject setter)
public PyObject cause()
public PyOSErrorObject cause(PyObject setter)
@Cast(value="char") public byte suppress_context()
public PyOSErrorObject suppress_context(byte setter)
public PyObject myerrno()
public PyOSErrorObject myerrno(PyObject setter)
public PyObject strerror()
public PyOSErrorObject strerror(PyObject setter)
public PyObject filename()
public PyOSErrorObject filename(PyObject setter)
public PyObject filename2()
public PyOSErrorObject filename2(PyObject setter)
@Cast(value="Py_ssize_t") public long written()
public PyOSErrorObject written(long setter)
Copyright © 2023. All rights reserved.