eyconf.generate_yaml.SequenceLine¶ class eyconf.generate_yaml.SequenceLine(default_value: Primitives, **kwargs)¶ A sequence line of yaml content. Attributes content Return the formatted line. indent is_comment default_value Methods __init__(default_value, **kwargs) __init__(default_value: Primitives, **kwargs)¶ property content: str¶ Return the formatted line.