gmail_rules.utils.helpers.indent#
- indent(multiline_text: str, amount: int = 1, indent_character: str = '\t') str [source]#
Indents a string with amount indent_character
Prefix each newline (”n”) in multiline_text with amount * indent_character
- Parameters:
- Returns:
The texted indented with amount instances of the indent_character
- Return type: