text_lint.utilities.whitespace.make_visible

text_lint.utilities.whitespace.make_visible(value: Any) str[source]

Make the whitespace in an object’s string representation visible.

Parameters:

value (Any) – The object with a representation to make whitespace visible.

Returns:

A string representation of the object with whitespace visible.

Return type:

str