uvex_transients.cli.config.RunConfig.has_section# RunConfig.has_section(name: str) → bool[source]# Whether the parsed config has a top-level name: section at all. Parameters: name (str) – The section name to check for. Returns: Whether the section is present. Return type: bool