@Properties(inherit=python.class) public class PyFunctionObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyFunctionObject()
Default native constructor.
|
PyFunctionObject(long size)
Native array allocator.
|
PyFunctionObject(Pointer p)
Pointer cast constructor.
|
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 PyFunctionObject()
public PyFunctionObject(long size)
Pointer.position(long)
.public PyFunctionObject(Pointer p)
Pointer(Pointer)
.public PyFunctionObject position(long position)
public PyFunctionObject getPointer(long i)
getPointer
in class Pointer
public PyFunctionObject ob_base(PyObject setter)
public PyObject func_globals()
public PyFunctionObject func_globals(PyObject setter)
public PyObject func_builtins()
public PyFunctionObject func_builtins(PyObject setter)
public PyObject func_name()
public PyFunctionObject func_name(PyObject setter)
public PyObject func_qualname()
public PyFunctionObject func_qualname(PyObject setter)
public PyObject func_code()
public PyFunctionObject func_code(PyObject setter)
public PyObject func_defaults()
public PyFunctionObject func_defaults(PyObject setter)
public PyObject func_kwdefaults()
public PyFunctionObject func_kwdefaults(PyObject setter)
public PyObject func_closure()
public PyFunctionObject func_closure(PyObject setter)
public PyObject func_doc()
public PyFunctionObject func_doc(PyObject setter)
public PyObject func_dict()
public PyFunctionObject func_dict(PyObject setter)
public PyObject func_weakreflist()
public PyFunctionObject func_weakreflist(PyObject setter)
public PyObject func_module()
public PyFunctionObject func_module(PyObject setter)
public PyObject func_annotations()
public PyFunctionObject func_annotations(PyObject setter)
public vectorcallfunc vectorcall()
public PyFunctionObject vectorcall(vectorcallfunc setter)
public PyFunctionObject func_version(int setter)
Copyright © 2023. All rights reserved.