call site 2 for io.StdCapture.call
log/testing/test_log.py - line 66
65
66
67
   def test_log_default_stdout(self):
->     res, out, err = callcapture(py.log.default, "hello")
       assert out.strip() == "[default] hello"