mutapath.Path.text

Path.text(encoding=None, errors='strict')[source]

Open this file, read it in, return the content as a string.

All newline sequences are converted to '\n'. Keyword arguments will be passed to open().

See also

lines()