@Properties(inherit=python.class) public class PyFrameConstructor extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyFrameConstructor()
Default native constructor.
|
PyFrameConstructor(long size)
Native array allocator.
|
PyFrameConstructor(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
fc_builtins() |
PyFrameConstructor |
fc_builtins(PyObject setter) |
PyObject |
fc_closure() |
PyFrameConstructor |
fc_closure(PyObject setter) |
PyObject |
fc_code() |
PyFrameConstructor |
fc_code(PyObject setter) |
PyObject |
fc_defaults() |
PyFrameConstructor |
fc_defaults(PyObject setter) |
PyObject |
fc_globals() |
PyFrameConstructor |
fc_globals(PyObject setter) |
PyObject |
fc_kwdefaults() |
PyFrameConstructor |
fc_kwdefaults(PyObject setter) |
PyObject |
fc_name() |
PyFrameConstructor |
fc_name(PyObject setter) |
PyObject |
fc_qualname() |
PyFrameConstructor |
fc_qualname(PyObject setter) |
PyFrameConstructor |
getPointer(long i) |
PyFrameConstructor |
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 PyFrameConstructor()
public PyFrameConstructor(long size)
Pointer.position(long)
.public PyFrameConstructor(Pointer p)
Pointer(Pointer)
.public PyFrameConstructor position(long position)
public PyFrameConstructor getPointer(long i)
getPointer
in class Pointer
public PyObject fc_globals()
public PyFrameConstructor fc_globals(PyObject setter)
public PyObject fc_builtins()
public PyFrameConstructor fc_builtins(PyObject setter)
public PyObject fc_name()
public PyFrameConstructor fc_name(PyObject setter)
public PyObject fc_qualname()
public PyFrameConstructor fc_qualname(PyObject setter)
public PyObject fc_code()
public PyFrameConstructor fc_code(PyObject setter)
public PyObject fc_defaults()
public PyFrameConstructor fc_defaults(PyObject setter)
public PyObject fc_kwdefaults()
public PyFrameConstructor fc_kwdefaults(PyObject setter)
public PyObject fc_closure()
public PyFrameConstructor fc_closure(PyObject setter)
Copyright © 2023. All rights reserved.