eyconf.generate_yaml.CommentLine

class eyconf.generate_yaml.CommentLine(comment: str, indent: int = 0)

A comment line of yaml content.

Attributes

content

Return the formatted line.

indent

is_comment

Methods

__init__(comment[, indent])

__init__(comment: str, indent: int = 0)
property content: str

Return the formatted line.