@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, 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 PyFunctionObject()
public PyFunctionObject(long size)
Pointer.position(long)
.public PyFunctionObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyFunctionObject position(long position)
public PyFunctionObject ob_base(PyObject setter)
public PyObject func_code()
public PyFunctionObject func_code(PyObject setter)
public PyObject func_globals()
public PyFunctionObject func_globals(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_name()
public PyFunctionObject func_name(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 PyObject func_qualname()
public PyFunctionObject func_qualname(PyObject setter)
Copyright © 2020. All rights reserved.