Class PyConfig

java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyConfig
All Implemented Interfaces:
AutoCloseable

@Properties(inherit=python.class) public class PyConfig extends Pointer
  • Constructor Details

    • PyConfig

      public PyConfig()
      Default native constructor.
    • PyConfig

      public PyConfig(long size)
      Native array allocator. Access with Pointer.position(long).
    • PyConfig

      public PyConfig(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
  • Method Details

    • position

      public PyConfig position(long position)
      Overrides:
      position in class Pointer
    • getPointer

      public PyConfig getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • _config_init

      public int _config_init()
    • _config_init

      public PyConfig _config_init(int setter)
    • isolated

      public int isolated()
    • isolated

      public PyConfig isolated(int setter)
    • use_environment

      public int use_environment()
    • use_environment

      public PyConfig use_environment(int setter)
    • dev_mode

      public int dev_mode()
    • dev_mode

      public PyConfig dev_mode(int setter)
    • install_signal_handlers

      public int install_signal_handlers()
    • install_signal_handlers

      public PyConfig install_signal_handlers(int setter)
    • use_hash_seed

      public int use_hash_seed()
    • use_hash_seed

      public PyConfig use_hash_seed(int setter)
    • hash_seed

      @Cast("unsigned long") public long hash_seed()
    • hash_seed

      public PyConfig hash_seed(long setter)
    • faulthandler

      public int faulthandler()
    • faulthandler

      public PyConfig faulthandler(int setter)
    • tracemalloc

      public int tracemalloc()
    • tracemalloc

      public PyConfig tracemalloc(int setter)
    • perf_profiling

      public int perf_profiling()
    • perf_profiling

      public PyConfig perf_profiling(int setter)
    • import_time

      public int import_time()
    • import_time

      public PyConfig import_time(int setter)
    • code_debug_ranges

      public int code_debug_ranges()
    • code_debug_ranges

      public PyConfig code_debug_ranges(int setter)
    • show_ref_count

      public int show_ref_count()
    • show_ref_count

      public PyConfig show_ref_count(int setter)
    • dump_refs

      public int dump_refs()
    • dump_refs

      public PyConfig dump_refs(int setter)
    • dump_refs_file

      @Cast("wchar_t*") public Pointer dump_refs_file()
    • dump_refs_file

      public PyConfig dump_refs_file(Pointer setter)
    • malloc_stats

      public int malloc_stats()
    • malloc_stats

      public PyConfig malloc_stats(int setter)
    • filesystem_encoding

      @Cast("wchar_t*") public Pointer filesystem_encoding()
    • filesystem_encoding

      public PyConfig filesystem_encoding(Pointer setter)
    • filesystem_errors

      @Cast("wchar_t*") public Pointer filesystem_errors()
    • filesystem_errors

      public PyConfig filesystem_errors(Pointer setter)
    • pycache_prefix

      @Cast("wchar_t*") public Pointer pycache_prefix()
    • pycache_prefix

      public PyConfig pycache_prefix(Pointer setter)
    • parse_argv

      public int parse_argv()
    • parse_argv

      public PyConfig parse_argv(int setter)
    • orig_argv

      @ByRef public PyWideStringList orig_argv()
    • orig_argv

      public PyConfig orig_argv(PyWideStringList setter)
    • argv

      @ByRef public PyWideStringList argv()
    • argv

      public PyConfig argv(PyWideStringList setter)
    • xoptions

      @ByRef public PyWideStringList xoptions()
    • xoptions

      public PyConfig xoptions(PyWideStringList setter)
    • warnoptions

      @ByRef public PyWideStringList warnoptions()
    • warnoptions

      public PyConfig warnoptions(PyWideStringList setter)
    • site_import

      public int site_import()
    • site_import

      public PyConfig site_import(int setter)
    • bytes_warning

      public int bytes_warning()
    • bytes_warning

      public PyConfig bytes_warning(int setter)
    • warn_default_encoding

      public int warn_default_encoding()
    • warn_default_encoding

      public PyConfig warn_default_encoding(int setter)
    • inspect

      public int inspect()
    • inspect

      public PyConfig inspect(int setter)
    • interactive

      public int interactive()
    • interactive

      public PyConfig interactive(int setter)
    • optimization_level

      public int optimization_level()
    • optimization_level

      public PyConfig optimization_level(int setter)
    • parser_debug

      public int parser_debug()
    • parser_debug

      public PyConfig parser_debug(int setter)
    • write_bytecode

      public int write_bytecode()
    • write_bytecode

      public PyConfig write_bytecode(int setter)
    • verbose

      public int verbose()
    • verbose

      public PyConfig verbose(int setter)
    • quiet

      public int quiet()
    • quiet

      public PyConfig quiet(int setter)
    • user_site_directory

      public int user_site_directory()
    • user_site_directory

      public PyConfig user_site_directory(int setter)
    • configure_c_stdio

      public int configure_c_stdio()
    • configure_c_stdio

      public PyConfig configure_c_stdio(int setter)
    • buffered_stdio

      public int buffered_stdio()
    • buffered_stdio

      public PyConfig buffered_stdio(int setter)
    • stdio_encoding

      @Cast("wchar_t*") public Pointer stdio_encoding()
    • stdio_encoding

      public PyConfig stdio_encoding(Pointer setter)
    • stdio_errors

      @Cast("wchar_t*") public Pointer stdio_errors()
    • stdio_errors

      public PyConfig stdio_errors(Pointer setter)
    • check_hash_pycs_mode

      @Cast("wchar_t*") public Pointer check_hash_pycs_mode()
    • check_hash_pycs_mode

      public PyConfig check_hash_pycs_mode(Pointer setter)
    • use_frozen_modules

      public int use_frozen_modules()
    • use_frozen_modules

      public PyConfig use_frozen_modules(int setter)
    • safe_path

      public int safe_path()
    • safe_path

      public PyConfig safe_path(int setter)
    • int_max_str_digits

      public int int_max_str_digits()
    • int_max_str_digits

      public PyConfig int_max_str_digits(int setter)
    • cpu_count

      public int cpu_count()
    • cpu_count

      public PyConfig cpu_count(int setter)
    • pathconfig_warnings

      public int pathconfig_warnings()
    • pathconfig_warnings

      public PyConfig pathconfig_warnings(int setter)
    • program_name

      @Cast("wchar_t*") public Pointer program_name()
    • program_name

      public PyConfig program_name(Pointer setter)
    • pythonpath_env

      @Cast("wchar_t*") public Pointer pythonpath_env()
    • pythonpath_env

      public PyConfig pythonpath_env(Pointer setter)
    • home

      @Cast("wchar_t*") public Pointer home()
    • home

      public PyConfig home(Pointer setter)
    • platlibdir

      @Cast("wchar_t*") public Pointer platlibdir()
    • platlibdir

      public PyConfig platlibdir(Pointer setter)
    • module_search_paths_set

      public int module_search_paths_set()
    • module_search_paths_set

      public PyConfig module_search_paths_set(int setter)
    • module_search_paths

      @ByRef public PyWideStringList module_search_paths()
    • module_search_paths

      public PyConfig module_search_paths(PyWideStringList setter)
    • stdlib_dir

      @Cast("wchar_t*") public Pointer stdlib_dir()
    • stdlib_dir

      public PyConfig stdlib_dir(Pointer setter)
    • executable

      @Cast("wchar_t*") public Pointer executable()
    • executable

      public PyConfig executable(Pointer setter)
    • base_executable

      @Cast("wchar_t*") public Pointer base_executable()
    • base_executable

      public PyConfig base_executable(Pointer setter)
    • prefix

      @Cast("wchar_t*") public Pointer prefix()
    • prefix

      public PyConfig prefix(Pointer setter)
    • base_prefix

      @Cast("wchar_t*") public Pointer base_prefix()
    • base_prefix

      public PyConfig base_prefix(Pointer setter)
    • exec_prefix

      @Cast("wchar_t*") public Pointer exec_prefix()
    • exec_prefix

      public PyConfig exec_prefix(Pointer setter)
    • base_exec_prefix

      @Cast("wchar_t*") public Pointer base_exec_prefix()
    • base_exec_prefix

      public PyConfig base_exec_prefix(Pointer setter)
    • skip_source_first_line

      public int skip_source_first_line()
    • skip_source_first_line

      public PyConfig skip_source_first_line(int setter)
    • run_command

      @Cast("wchar_t*") public Pointer run_command()
    • run_command

      public PyConfig run_command(Pointer setter)
    • run_module

      @Cast("wchar_t*") public Pointer run_module()
    • run_module

      public PyConfig run_module(Pointer setter)
    • run_filename

      @Cast("wchar_t*") public Pointer run_filename()
    • run_filename

      public PyConfig run_filename(Pointer setter)
    • sys_path_0

      @Cast("wchar_t*") public Pointer sys_path_0()
    • sys_path_0

      public PyConfig sys_path_0(Pointer setter)
    • _install_importlib

      public int _install_importlib()
    • _install_importlib

      public PyConfig _install_importlib(int setter)
    • _init_main

      public int _init_main()
    • _init_main

      public PyConfig _init_main(int setter)
    • _is_python_build

      public int _is_python_build()
    • _is_python_build

      public PyConfig _is_python_build(int setter)