@Properties(inherit=python.class) public class PyMethodObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyMethodObject()
Default native constructor.
|
PyMethodObject(long size)
Native array allocator.
|
PyMethodObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
im_func() |
PyMethodObject |
im_func(PyObject setter) |
PyObject |
im_self() |
PyMethodObject |
im_self(PyObject setter) |
PyObject |
im_weakreflist() |
PyMethodObject |
im_weakreflist(PyObject setter) |
PyObject |
ob_base() |
PyMethodObject |
ob_base(PyObject setter) |
PyMethodObject |
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 PyMethodObject()
public PyMethodObject(long size)
Pointer.position(long)
.public PyMethodObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyMethodObject position(long position)
public PyMethodObject ob_base(PyObject setter)
public PyObject im_func()
public PyMethodObject im_func(PyObject setter)
public PyObject im_self()
public PyMethodObject im_self(PyObject setter)
public PyObject im_weakreflist()
public PyMethodObject im_weakreflist(PyObject setter)
Copyright © 2020. All rights reserved.