@Properties(inherit=python.class) public class PyOSErrorObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyOSErrorObject()
Default native constructor.
|
PyOSErrorObject(long size)
Native array allocator.
|
PyOSErrorObject(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) |
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, 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 PyOSErrorObject()
public PyOSErrorObject(long size)
Pointer.position(long)
.public PyOSErrorObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyOSErrorObject position(long position)
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)
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)
public PyOSErrorObject written(long setter)
Copyright © 2020. All rights reserved.