read_config(→ Config)
|
|
config_from_dict(→ Config)
|
|
find_user_config_file_in(→ Optional[pathlib.Path])
|
|
find_user_config_file_from(→ Optional[pathlib.Path])
|
|
set_user_config(→ Config)
|
|
initialize_config_from_given_path(→ bool)
|
|
initialize_config_from_expected_paths(→ bool)
|
|
get_config(→ Config)
|
|
get_user_config(→ Config)
|
|
dump_config(→ str)
|
|
save_config(filename[, config, compact, indent, encoding])
|
|
save_user_config([filename, user_config, compact, ...])
|
|
get_executable_from_conda_envname(→ str)
|
|
get_executable_from_conda_envpath(→ str)
|
|
get_executable_from_executable_config(→ Optional[str])
|
|
get_32bit_executable(→ Optional[str])
|
|
get_64bit_executable(→ Optional[str])
|
|