resolve_scalar(
option: ConfigOption,
*,
toml_data: dict[str, Any]
) -> tuple| Name | Type | Description |
|---|---|---|
option* | ConfigOption | |
toml_data* | dict[str, Any] |
Resolve an option against the environment then config.toml.
The option to resolve.
Parsed config.toml mapping (see load_config_toml).