Package org.bytedeco.cpython
Class PyCodeObject
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyCodeObject
- 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.PyCodeObject(long size) Native array allocator.Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescription_co_cached(_PyCoCached setter) int_co_firsttraceable(int setter) long_co_instrumentation_version(long setter) _co_monitoring(_PyCoMonitoringData setter) intco_argcount(int setter) byteco_code_adaptive(int i) co_code_adaptive(int i, byte setter) co_exceptiontable(PyObject setter) co_executors(_PyExecutorArray setter) co_extra()co_filename(PyObject setter) intco_firstlineno(int setter) intco_flags()co_flags(int setter) intco_framesize(int setter) intco_kwonlyargcount(int setter) co_linetable(PyObject setter) co_localspluskinds(PyObject setter) co_localsplusnames(PyObject setter) co_name()co_names()intco_ncellvars(int setter) intco_nfreevars(int setter) intco_nlocals(int setter) intco_nlocalsplus(int setter) intco_posonlyargcount(int setter) co_qualname(PyObject setter) intco_stacksize(int setter) intco_version(int setter) co_weakreflist(PyObject setter) getPointer(long i) ob_base()ob_base(PyVarObject setter) position(long position) 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
-
PyCodeObject
public PyCodeObject()Default native constructor. -
PyCodeObject
public PyCodeObject(long size) Native array allocator. Access withPointer.position(long). -
PyCodeObject
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
ob_base
-
ob_base
-
co_consts
-
co_consts
-
co_names
-
co_names
-
co_exceptiontable
-
co_exceptiontable
-
co_flags
public int co_flags() -
co_flags
-
co_argcount
public int co_argcount() -
co_argcount
-
co_posonlyargcount
public int co_posonlyargcount() -
co_posonlyargcount
-
co_kwonlyargcount
public int co_kwonlyargcount() -
co_kwonlyargcount
-
co_stacksize
public int co_stacksize() -
co_stacksize
-
co_firstlineno
public int co_firstlineno() -
co_firstlineno
-
co_nlocalsplus
public int co_nlocalsplus() -
co_nlocalsplus
-
co_framesize
public int co_framesize() -
co_framesize
-
co_nlocals
public int co_nlocals() -
co_nlocals
-
co_ncellvars
public int co_ncellvars() -
co_ncellvars
-
co_nfreevars
public int co_nfreevars() -
co_nfreevars
-
co_version
-
co_version
-
co_localsplusnames
-
co_localsplusnames
-
co_localspluskinds
-
co_localspluskinds
-
co_filename
-
co_filename
-
co_name
-
co_name
-
co_qualname
-
co_qualname
-
co_linetable
-
co_linetable
-
co_weakreflist
-
co_weakreflist
-
co_executors
-
co_executors
-
_co_cached
-
_co_cached
-
_co_instrumentation_version
-
_co_instrumentation_version
-
_co_monitoring
-
_co_monitoring
-
_co_firsttraceable
public int _co_firsttraceable() -
_co_firsttraceable
-
co_extra
-
co_extra
-
co_code_adaptive
-
co_code_adaptive
-
co_code_adaptive
-