class documentation

class IniConfigSection(ConfigSection): (source)

View In Hierarchy

A section of an INI config file.

Class Method create_from_file Create a ConfigSection if the file at filepath has section.
Method __init__ Undocumented
Method items Undocumented
Instance Variable _parser Undocumented
Instance Variable _section Undocumented
@classmethod
def create_from_file(cls, filepath, section): (source)

Create a ConfigSection if the file at filepath has section.

def __init__(self, parser, section): (source)

Undocumented

def items(self): (source)

Undocumented

_section = (source)

Undocumented