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.