class documentation

class TomlConfigSection(ConfigSection): (source)

View In Hierarchy

A section of a TOML 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 _content Undocumented
@classmethod
def create_from_file(cls, filepath, section): (source)

Create a ConfigSection if the file at filepath has section.

def __init__(self, content): (source)

Undocumented

def items(self): (source)
_content = (source)

Undocumented