corvix.config._utils¶
Shared YAML parsing helpers.
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- corvix.config._utils._get_str(config: dict[str, object], key: str, default: str, field: str) str[source][source]¶
- corvix.config._utils._get_optional_str(config: dict[str, object], key: str, field: str) str | None[source][source]¶
- corvix.config._utils._get_bool(config: dict[str, object], key: str, default: bool, field: str) bool[source][source]¶
- corvix.config._utils._get_optional_bool(config: dict[str, object], key: str, field: str) bool | None[source][source]¶
- corvix.config._utils._get_int(config: dict[str, object], key: str, default: int, field: str) int[source][source]¶
- corvix.config._utils._get_float(config: dict[str, object], key: str, default: float, field: str) float[source][source]¶