Uses of Class
org.bytedeco.cpython.PyConfig
Packages that use PyConfig
-
Uses of PyConfig in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyConfigModifier and TypeMethodDescriptionPyConfig._config_init(int setter) PyConfig._init_main(int setter) PyConfig._install_importlib(int setter) PyConfig._is_python_build(int setter) PyConfig.argv(PyWideStringList setter) PyConfig.base_exec_prefix(Pointer setter) PyConfig.base_executable(Pointer setter) PyConfig.base_prefix(Pointer setter) PyConfig.buffered_stdio(int setter) PyConfig.bytes_warning(int setter) PyConfig.check_hash_pycs_mode(Pointer setter) PyConfig.code_debug_ranges(int setter) PyConfig.configure_c_stdio(int setter) PyConfig.cpu_count(int setter) PyConfig.dev_mode(int setter) PyConfig.dump_refs(int setter) PyConfig.dump_refs_file(Pointer setter) PyConfig.exec_prefix(Pointer setter) PyConfig.executable(Pointer setter) PyConfig.faulthandler(int setter) PyConfig.filesystem_encoding(Pointer setter) PyConfig.filesystem_errors(Pointer setter) PyConfig.getPointer(long i) PyConfig.hash_seed(long setter) PyConfig.import_time(int setter) PyConfig.inspect(int setter) PyConfig.install_signal_handlers(int setter) PyConfig.int_max_str_digits(int setter) PyConfig.interactive(int setter) PyConfig.isolated(int setter) PyConfig.malloc_stats(int setter) PyConfig.module_search_paths(PyWideStringList setter) PyConfig.module_search_paths_set(int setter) PyConfig.optimization_level(int setter) PyConfig.orig_argv(PyWideStringList setter) PyConfig.parse_argv(int setter) PyConfig.parser_debug(int setter) PyConfig.pathconfig_warnings(int setter) PyConfig.perf_profiling(int setter) PyConfig.platlibdir(Pointer setter) PyConfig.position(long position) PyConfig.program_name(Pointer setter) PyConfig.pycache_prefix(Pointer setter) PyConfig.pythonpath_env(Pointer setter) PyConfig.quiet(int setter) PyConfig.run_command(Pointer setter) PyConfig.run_filename(Pointer setter) PyConfig.run_module(Pointer setter) PyConfig.safe_path(int setter) PyConfig.show_ref_count(int setter) PyConfig.site_import(int setter) PyConfig.skip_source_first_line(int setter) PyConfig.stdio_encoding(Pointer setter) PyConfig.stdio_errors(Pointer setter) PyConfig.stdlib_dir(Pointer setter) PyConfig.sys_path_0(Pointer setter) PyConfig.tracemalloc(int setter) PyConfig.use_environment(int setter) PyConfig.use_frozen_modules(int setter) PyConfig.use_hash_seed(int setter) PyConfig.user_site_directory(int setter) PyConfig.verbose(int setter) PyConfig.warn_default_encoding(int setter) PyConfig.warnoptions(PyWideStringList setter) PyConfig.write_bytecode(int setter) PyConfig.xoptions(PyWideStringList setter) -
Uses of PyConfig in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type PyConfigModifier and TypeMethodDescriptionstatic PyStatuspython.Py_InitializeFromConfig(PyConfig config) static voidpython.PyConfig_Clear(PyConfig arg0) static voidpython.PyConfig_InitIsolatedConfig(PyConfig config) static voidpython.PyConfig_InitPythonConfig(PyConfig config) static PyStatuspython.PyConfig_Read(PyConfig config) static PyStatuspython.PyConfig_SetArgv(PyConfig config, long argc, Pointer argv) static PyStatuspython.PyConfig_SetArgv(PyConfig config, long argc, PointerPointer argv) static PyStatuspython.PyConfig_SetBytesArgv(PyConfig config, long argc, byte[] argv) static PyStatuspython.PyConfig_SetBytesArgv(PyConfig config, long argc, ByteBuffer argv) static PyStatuspython.PyConfig_SetBytesArgv(PyConfig config, long argc, BytePointer argv) static PyStatuspython.PyConfig_SetBytesArgv(PyConfig config, long argc, PointerPointer argv) static PyStatuspython.PyConfig_SetBytesString(PyConfig config, PointerPointer config_str, BytePointer str) static PyStatuspython.PyConfig_SetBytesString(PyConfig config, Pointer config_str, String str) static PyStatuspython.PyConfig_SetBytesString(PyConfig config, Pointer config_str, BytePointer str) static PyStatuspython.PyConfig_SetString(PyConfig config, PointerPointer config_str, Pointer str) static PyStatuspython.PyConfig_SetString(PyConfig config, Pointer config_str, Pointer str) static PyStatuspython.PyConfig_SetWideStringList(PyConfig config, PyWideStringList list, long length, Pointer items) static PyStatuspython.PyConfig_SetWideStringList(PyConfig config, PyWideStringList list, long length, PointerPointer items)