call site 4 for execnet.RSync.send
execnet/testing/test_rsync.py - line 26
23
24
25
26
   def test_notargets(self):
       rsync = RSync(self.source)
       py.test.raises(IOError, "rsync.send()")
->     assert rsync.send(raises=False) is None