@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) |
PyAsyncGenObject |
ag_frame(_frame setter) |
_frame |
ag_frame() |
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) |
byte |
ag_running() |
PyAsyncGenObject |
ag_running(byte setter) |
PyObject |
ag_weakreflist() |
PyAsyncGenObject |
ag_weakreflist(PyObject setter) |
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, 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 PyAsyncGenObject()
public PyAsyncGenObject(long size)
Pointer.position(long)
.public PyAsyncGenObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyAsyncGenObject position(long position)
public PyAsyncGenObject ob_base(PyObject setter)
public _frame ag_frame()
public PyAsyncGenObject ag_frame(_frame setter)
public PyAsyncGenObject ag_running(byte 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)
Copyright © 2020. All rights reserved.