method: test.rest.RestReporter.get_rootpath

*Not documented*
    def get_rootpath(self, item):

origin: test.rest.RestReporter

where:

function source:

def get_rootpath(self, item):
    root = item.parent
    while root.parent is not None:
        root = root.parent
    return root.fspath

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/rest.py

traceback test.rest.RestReporter.get_rootpath.0

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/rest.py

traceback test.rest.RestReporter.get_rootpath.1

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/rest.py

traceback test.rest.RestReporter.get_rootpath.2

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/rest.py

traceback test.rest.RestReporter.get_rootpath.3

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/rest.py

traceback test.rest.RestReporter.get_rootpath.4

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/rest.py

traceback test.rest.RestReporter.get_rootpath.5

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/rest.py

traceback test.rest.RestReporter.get_rootpath.6