method: test.rest.RestReporter.get_path_from_item

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

origin: test.rest.RestReporter

where:

function source:

def get_path_from_item(self, item):
    lns = item.listnames()[1:]
    for i, ln in enumerate(lns):
        if i > 0 and ln != '()':
            lns[i] = '/%s' % (ln,)
    itempath = ''.join(lns)
    return itempath

call sites:

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

traceback test.rest.RestReporter.get_path_from_item.0

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

traceback test.rest.RestReporter.get_path_from_item.1

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

traceback test.rest.RestReporter.get_path_from_item.2

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

traceback test.rest.RestReporter.get_path_from_item.3

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

traceback test.rest.RestReporter.get_path_from_item.4

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

traceback test.rest.RestReporter.get_path_from_item.5

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

traceback test.rest.RestReporter.get_path_from_item.6