method: path.local.readlines

*Not documented*
    def readlines(self, cr=1):

origin: FSPathBase

where:

function source:

def readlines(self, cr=1):
    if not cr:
        content = self.read('rU')
        return content.split('\n')
    else:
        f = self.open('rU')
        try:
            return f.readlines()
        finally:
            f.close()

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/path/testing/fscommon.py

traceback path.local.readlines.0

called in /home/johnny/projects/merlinux/py/dist/py/rest/latex.py

traceback path.local.readlines.1

called in /tmp/pytest-418/docdoctest/conftest.py

traceback path.local.readlines.2

called in /tmp/pytest-418/docdoctest/conftest.py

traceback path.local.readlines.3

called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py

traceback path.local.readlines.4

called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py

traceback path.local.readlines.5

called in /home/johnny/projects/merlinux/py/dist/py/documentation/conftest.py

traceback path.local.readlines.6

called in /tmp/pytest-418/docdoctest/conftest.py

traceback path.local.readlines.7

called in /home/johnny/projects/merlinux/py/dist/py/rest/latex.py

traceback path.local.readlines.8

called in /home/johnny/projects/merlinux/py/dist/py/path/testing/fscommon.py

traceback path.local.readlines.9

called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py

traceback path.local.readlines.10

called in /home/johnny/projects/merlinux/py/dist/py/documentation/conftest.py

traceback path.local.readlines.11

called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py

traceback path.local.readlines.12

called in /tmp/pytest-418/docdoctest/conftest.py

traceback path.local.readlines.13

called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py

traceback path.local.readlines.14

called in /tmp/pytest-418/docdoctest/conftest.py

traceback path.local.readlines.15

called in /tmp/pytest-418/docdoctest/conftest.py

traceback path.local.readlines.16

called in /home/johnny/projects/merlinux/py/dist/py/rest/latex.py

traceback path.local.readlines.17