get_section

get_section get_section(name: str, default: Dict[str, str]) → Dict[str, str]

get_section get_section(name: str, default: Optional[Dict[str, str]] = None) → Optional[Dict[str, str]]

Return all the configuration options from a given .ini file section as a dictionary.