gmail_rules.utils.helpers.add_xml_comment#

add_xml_comment(comment_text: str) str[source]#

Add an xml comment to a string (does not include for newlines ā€œnā€)

Parameters:

comment_text (str) ā€“ Text that will be added as a comment

Returns:

xml comment of comment_text

Return type:

str