eyconf.generate_yaml.SectionLine¶ class eyconf.generate_yaml.SectionLine(name: str, **kwargs)¶ A section line of yaml content. Attributes content Return the formatted line. indent is_comment name Methods __init__(name, **kwargs) __init__(name: str, **kwargs)¶ property content: str¶ Return the formatted line.