method: test.rest.RestReporter.report_SendItem

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

origin: test.rest.RestReporter

where:

function source:

def report_SendItem(self, item):
    address = self.get_host(item)
    if self.config.option.verbose:
        self.add_rest(Paragraph('sending item %s to %s' % (item.item,
                                                           address)))

call sites:

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

traceback test.rest.RestReporter.report_SendItem.0

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

traceback test.rest.RestReporter.report_SendItem.1