class documentation

A section of a config file.

Class Method create_from_file Create a ConfigSection if the file at filepath has section.
Method items Undocumented
@classmethod
@abc.abstractmethod
def create_from_file(cls: Type[_ConfigSectionT], filepath: str, section: str) -> _ConfigSectionT: (source)

Create a ConfigSection if the file at filepath has section.