@Properties(inherit=python.class) public class PyCoroObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyCoroObject()
Default native constructor.
|
PyCoroObject(long size)
Native array allocator.
|
PyCoroObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
byte |
cr_closed() |
PyCoroObject |
cr_closed(byte setter) |
PyCodeObject |
cr_code() |
PyCoroObject |
cr_code(PyCodeObject setter) |
PyCoroObject |
cr_exc_state(_PyErr_StackItem setter) |
_PyErr_StackItem |
cr_exc_state() |
byte |
cr_frame_state() |
PyCoroObject |
cr_frame_state(byte setter) |
byte |
cr_hooks_inited() |
PyCoroObject |
cr_hooks_inited(byte setter) |
PointerPointer |
cr_iframe() |
PyObject |
cr_iframe(int i) |
PyCoroObject |
cr_iframe(int i,
PyObject setter) |
PyObject |
cr_name() |
PyCoroObject |
cr_name(PyObject setter) |
PyObject |
cr_origin_or_finalizer() |
PyCoroObject |
cr_origin_or_finalizer(PyObject setter) |
PyObject |
cr_qualname() |
PyCoroObject |
cr_qualname(PyObject setter) |
byte |
cr_running_async() |
PyCoroObject |
cr_running_async(byte setter) |
PyObject |
cr_weakreflist() |
PyCoroObject |
cr_weakreflist(PyObject setter) |
PyCoroObject |
getPointer(long i) |
PyObject |
ob_base() |
PyCoroObject |
ob_base(PyObject setter) |
PyCoroObject |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, 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, zero
public PyCoroObject()
public PyCoroObject(long size)
Pointer.position(long)
.public PyCoroObject(Pointer p)
Pointer(Pointer)
.public PyCoroObject position(long position)
public PyCoroObject getPointer(long i)
getPointer
in class Pointer
public PyCoroObject ob_base(PyObject setter)
public PyCodeObject cr_code()
public PyCoroObject cr_code(PyCodeObject setter)
public PyObject cr_weakreflist()
public PyCoroObject cr_weakreflist(PyObject setter)
public PyObject cr_name()
public PyCoroObject cr_name(PyObject setter)
public PyObject cr_qualname()
public PyCoroObject cr_qualname(PyObject setter)
@ByRef public _PyErr_StackItem cr_exc_state()
public PyCoroObject cr_exc_state(_PyErr_StackItem setter)
public PyObject cr_origin_or_finalizer()
public PyCoroObject cr_origin_or_finalizer(PyObject setter)
public PyCoroObject cr_hooks_inited(byte setter)
public PyCoroObject cr_closed(byte setter)
public PyCoroObject cr_running_async(byte setter)
public byte cr_frame_state()
public PyCoroObject cr_frame_state(byte setter)
public PyObject cr_iframe(int i)
public PyCoroObject cr_iframe(int i, PyObject setter)
@MemberGetter @Cast(value="PyObject**") public PointerPointer cr_iframe()
Copyright © 2023. All rights reserved.