call site 5 for io.StdCaptureFD.__init__
io/test/test_stdcapture.py - line 34
33
34
35
36
37
   def test_capturing_twice_error(self):
->     cap = self.getcapture() 
       print "hello"
       cap.reset()
       py.test.raises(EnvironmentError, "cap.reset()")
io/test/test_stdcapture.py - line 100
99
100
   def getcapture(self, **kw): 
->     return py.io.StdCaptureFD(**kw)