text_lint.utilities.whitespace.make_visible
- text_lint.utilities.whitespace.make_visible(value: Any) str[Quellcode]
Make the whitespace in an object’s string representation visible.
- Parameter:
value (Any) – The object with a representation to make whitespace visible.
- Rückgabe:
A string representation of the object with whitespace visible.
- Rückgabetyp:
str