eyconf.generate_yaml.Line¶ class eyconf.generate_yaml.Line(is_comment: bool = False, indent: int = 0)¶ A line of yaml content. Attributes content Return the formatted line. indent is_comment Methods __init__([is_comment, indent]) __init__(is_comment: bool = False, indent: int = 0)¶ property content: str¶ Return the formatted line.