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