method: test.rest.RestReporter.get_item_name

*Not documented*
    def get_item_name(self, event, colitem):

origin: AbstractReporter

where:

function source:

def get_item_name(self, event, colitem):
    return "/".join(colitem.listnames())

call sites:

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

traceback test.rest.RestReporter.get_item_name.0