@Properties(inherit=python.class) public class PyInterpreterState extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
PyInterpreterState.Pyexitfunc_PyObject |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyInterpreterState()
Default native constructor.
|
PyInterpreterState(long size)
Native array allocator.
|
PyInterpreterState(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 PyInterpreterState()
public PyInterpreterState(long size)
Pointer.position(long)
.public PyInterpreterState(Pointer p)
Pointer.Pointer(Pointer)
.public PyInterpreterState position(long position)
public _is next()
public PyInterpreterState next(_is setter)
public _ts tstate_head()
public PyInterpreterState tstate_head(_ts setter)
public PyInterpreterState id(long setter)
public PyInterpreterState id_refcount(long setter)
public PyThread_type_lock id_mutex()
public PyInterpreterState id_mutex(PyThread_type_lock setter)
public PyObject modules()
public PyInterpreterState modules(PyObject setter)
public PyObject modules_by_index()
public PyInterpreterState modules_by_index(PyObject setter)
public PyObject sysdict()
public PyInterpreterState sysdict(PyObject setter)
public PyObject builtins()
public PyInterpreterState builtins(PyObject setter)
public PyObject importlib()
public PyInterpreterState importlib(PyObject setter)
public int check_interval()
public PyInterpreterState check_interval(int setter)
public long num_threads()
public PyInterpreterState num_threads(long setter)
public PyInterpreterState pythread_stacksize(long setter)
public PyObject codec_search_path()
public PyInterpreterState codec_search_path(PyObject setter)
public PyObject codec_search_cache()
public PyInterpreterState codec_search_cache(PyObject setter)
public PyObject codec_error_registry()
public PyInterpreterState codec_error_registry(PyObject setter)
public int codecs_initialized()
public PyInterpreterState codecs_initialized(int setter)
public int fscodec_initialized()
public PyInterpreterState fscodec_initialized(int setter)
@ByRef public _PyCoreConfig core_config()
public PyInterpreterState core_config(_PyCoreConfig setter)
@ByRef public _PyMainInterpreterConfig config()
public PyInterpreterState config(_PyMainInterpreterConfig setter)
public PyObject builtins_copy()
public PyInterpreterState builtins_copy(PyObject setter)
public PyObject import_func()
public PyInterpreterState import_func(PyObject setter)
public _PyFrameEvalFunction eval_frame()
public PyInterpreterState eval_frame(_PyFrameEvalFunction setter)
public PyInterpreterState co_extra_user_count(long setter)
public freefunc co_extra_freefuncs(int i)
public PyInterpreterState co_extra_freefuncs(int i, freefunc setter)
@MemberGetter @ByPtrPtr public freefunc co_extra_freefuncs()
public PyInterpreterState.Pyexitfunc_PyObject pyexitfunc()
public PyInterpreterState pyexitfunc(PyInterpreterState.Pyexitfunc_PyObject setter)
public PyObject pyexitmodule()
public PyInterpreterState pyexitmodule(PyObject setter)
public PyInterpreterState tstate_next_unique_id(long setter)
Copyright © 2020. All rights reserved.