text_lint.utilities.whitespace.new_line

text_lint.utilities.whitespace.new_line(value: Any | None = None) str[Quellcode]

Append a new line to an object’s string representation.

Parameter:

value (Any | None) – The object with a representation to append a new line to.

Rückgabe:

A string representation of the object with an appended new line.

Rückgabetyp:

str