method: test.rest.RestReporter.report_HostRSyncing

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

origin: test.rest.RestReporter

where:

function source:

def report_HostRSyncing(self, item):
    self.add_rest(LiteralBlock('%10s: RSYNC ==> %s' % (item.hostname[:10],
                                                    item.remoterootpath)))

call sites:

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

traceback test.rest.RestReporter.report_HostRSyncing.0