coerce_toml_value(
option: ConfigOption,
raw: object,
*,
source: str
) -> | Name | Type | Description |
|---|---|---|
option* | ConfigOption | |
raw* | object | |
source* | str |
Coerce one present TOML value within the file-provider domain.
Manifest declaration that defines the output type.
Parsed TOML value.
Human-readable provider name used in diagnostic text.