Package org.bytedeco.cpython
Class PyFunctionObject
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyFunctionObject
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDefault native constructor.PyFunctionObject(long size) Native array allocator.Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptionfunc_annotations(PyObject setter) func_builtins(PyObject setter) func_closure(PyObject setter) func_defaults(PyObject setter) func_doc()func_globals(PyObject setter) func_kwdefaults(PyObject setter) func_module(PyObject setter) func_qualname(PyObject setter) func_typeparams(PyObject setter) intfunc_version(int setter) func_weakreflist(PyObject setter) getPointer(long i) ob_base()position(long position) vectorcall(vectorcallfunc setter) Methods inherited from class org.bytedeco.javacpp.Pointer
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
-
Constructor Details
-
PyFunctionObject
public PyFunctionObject()Default native constructor. -
PyFunctionObject
public PyFunctionObject(long size) Native array allocator. Access withPointer.position(long). -
PyFunctionObject
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
ob_base
-
ob_base
-
func_globals
-
func_globals
-
func_builtins
-
func_builtins
-
func_name
-
func_name
-
func_qualname
-
func_qualname
-
func_code
-
func_code
-
func_defaults
-
func_defaults
-
func_kwdefaults
-
func_kwdefaults
-
func_closure
-
func_closure
-
func_doc
-
func_doc
-
func_dict
-
func_dict
-
func_weakreflist
-
func_weakreflist
-
func_module
-
func_module
-
func_annotations
-
func_annotations
-
func_typeparams
-
func_typeparams
-
vectorcall
-
vectorcall
-
func_version
-
func_version
-