@Properties(inherit=python.class) public class _PyMainInterpreterConfig extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_PyMainInterpreterConfig()
Default native constructor.
|
_PyMainInterpreterConfig(long size)
Native array allocator.
|
_PyMainInterpreterConfig(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
argv() |
_PyMainInterpreterConfig |
argv(PyObject setter) |
PyObject |
base_exec_prefix() |
_PyMainInterpreterConfig |
base_exec_prefix(PyObject setter) |
PyObject |
base_prefix() |
_PyMainInterpreterConfig |
base_prefix(PyObject setter) |
PyObject |
exec_prefix() |
_PyMainInterpreterConfig |
exec_prefix(PyObject setter) |
PyObject |
executable() |
_PyMainInterpreterConfig |
executable(PyObject setter) |
int |
install_signal_handlers() |
_PyMainInterpreterConfig |
install_signal_handlers(int setter) |
PyObject |
module_search_path() |
_PyMainInterpreterConfig |
module_search_path(PyObject setter) |
_PyMainInterpreterConfig |
position(long position) |
PyObject |
prefix() |
_PyMainInterpreterConfig |
prefix(PyObject setter) |
PyObject |
warnoptions() |
_PyMainInterpreterConfig |
warnoptions(PyObject setter) |
PyObject |
xoptions() |
_PyMainInterpreterConfig |
xoptions(PyObject setter) |
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 _PyMainInterpreterConfig()
public _PyMainInterpreterConfig(long size)
Pointer.position(long)
.public _PyMainInterpreterConfig(Pointer p)
Pointer.Pointer(Pointer)
.public _PyMainInterpreterConfig position(long position)
public int install_signal_handlers()
public _PyMainInterpreterConfig install_signal_handlers(int setter)
public PyObject argv()
public _PyMainInterpreterConfig argv(PyObject setter)
public PyObject executable()
public _PyMainInterpreterConfig executable(PyObject setter)
public PyObject prefix()
public _PyMainInterpreterConfig prefix(PyObject setter)
public PyObject base_prefix()
public _PyMainInterpreterConfig base_prefix(PyObject setter)
public PyObject exec_prefix()
public _PyMainInterpreterConfig exec_prefix(PyObject setter)
public PyObject base_exec_prefix()
public _PyMainInterpreterConfig base_exec_prefix(PyObject setter)
public PyObject warnoptions()
public _PyMainInterpreterConfig warnoptions(PyObject setter)
public PyObject xoptions()
public _PyMainInterpreterConfig xoptions(PyObject setter)
public PyObject module_search_path()
public _PyMainInterpreterConfig module_search_path(PyObject setter)
Copyright © 2020. All rights reserved.