Module tools

Module tools 

Source

Functionsยง

append_env
get_end_quote
Returns the quoting character, if the supplied string ends with one, else returns None.
get_start_quote
Returns the quoting character, if the supplied string starts with one, else returns None.
unquote
Returns an unquoted version of the input string, or the input string its self, if it was not quoted in the first place.
write_to_file
Writes a list of strings to a file.