@Properties(inherit=python.class) public class PyAsyncGenObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
PyAsyncGenObject()
Default native constructor.
|
PyAsyncGenObject(long size)
Native array allocator.
|
PyAsyncGenObject(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ag_closed() |
PyAsyncGenObject |
ag_closed(int setter) |
PyObject |
ag_code() |
PyAsyncGenObject |
ag_code(PyObject setter) |
PyAsyncGenObject |
ag_exc_state(_PyErr_StackItem setter) |
_PyErr_StackItem |
ag_exc_state() |
PyObject |
ag_finalizer() |
PyAsyncGenObject |
ag_finalizer(PyObject setter) |
PyFrameObject |
ag_frame() |
PyAsyncGenObject |
ag_frame(PyFrameObject setter) |
int |
ag_hooks_inited() |
PyAsyncGenObject |
ag_hooks_inited(int setter) |
PyObject |
ag_name() |
PyAsyncGenObject |
ag_name(PyObject setter) |
PyObject |
ag_qualname() |
PyAsyncGenObject |
ag_qualname(PyObject setter) |
int |
ag_running_async() |
PyAsyncGenObject |
ag_running_async(int setter) |
PyObject |
ag_weakreflist() |
PyAsyncGenObject |
ag_weakreflist(PyObject setter) |
PyAsyncGenObject |
getPointer(long i) |
PyObject |
ob_base() |
PyAsyncGenObject |
ob_base(PyObject setter) |
PyAsyncGenObject |
position(long position) |
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 PyAsyncGenObject()
public PyAsyncGenObject(long size)
Pointer.position(long).public PyAsyncGenObject(Pointer p)
Pointer(Pointer).public PyAsyncGenObject position(long position)
public PyAsyncGenObject getPointer(long i)
getPointer in class Pointerpublic PyAsyncGenObject ob_base(PyObject setter)
public PyFrameObject ag_frame()
public PyAsyncGenObject ag_frame(PyFrameObject setter)
public PyObject ag_code()
public PyAsyncGenObject ag_code(PyObject setter)
public PyObject ag_weakreflist()
public PyAsyncGenObject ag_weakreflist(PyObject setter)
public PyObject ag_name()
public PyAsyncGenObject ag_name(PyObject setter)
public PyObject ag_qualname()
public PyAsyncGenObject ag_qualname(PyObject setter)
@ByRef public _PyErr_StackItem ag_exc_state()
public PyAsyncGenObject ag_exc_state(_PyErr_StackItem setter)
public PyObject ag_finalizer()
public PyAsyncGenObject ag_finalizer(PyObject setter)
public int ag_hooks_inited()
public PyAsyncGenObject ag_hooks_inited(int setter)
public int ag_closed()
public PyAsyncGenObject ag_closed(int setter)
public int ag_running_async()
public PyAsyncGenObject ag_running_async(int setter)
Copyright © 2022. All rights reserved.