read_config (filename: Optional[Union[os.PathLike, str]] = None, encoding: Optional[str] = None) → Config
|
|
config_from_dict (dictionary: Mapping[str, Any]) → Config
|
|
find_user_config_file_in (searching_directory: Optional[Union[os.PathLike, str]] = None) → Optional[pathlib.Path]
|
|
find_user_config_file_from (starting_directory: Optional[Union[os.PathLike, str]] = None) → Optional[pathlib.Path]
|
|
set_user_config (c: Config) → Config
|
|
initialize_config_from_given_path (filename: Optional[Union[os.PathLike, str]] = None) → bool
|
|
initialize_config_from_expected_paths () → bool
|
|
get_config () → Config
|
|
get_user_config () → Config
|
|
dump_config (config: Config, compact: bool = False, indent: int = 4) → str
|
|
save_config (filename: Union[os.PathLike, str], config: Optional[Config] = None, compact: bool = False, indent: int = 4, encoding: Optional[str] = None)
|
|
save_user_config (filename: Optional[Union[os.PathLike, str]] = None, user_config: Optional[Config] = None, compact: bool = False, indent: int = 4, encoding: Optional[str] = None)
|
|
get_executable_from_conda_envname (envname: str) → str
|
|
get_executable_from_conda_envpath (envpath: str) → str
|
|
get_executable_from_executable_config (executable_config: Config) → Optional[str]
|
|
get_32bit_executable () → Optional[str]
|
|
get_64bit_executable () → Optional[str]
|
|