*Not documented*
def __init__(self, out=True, err=True, patchsys=True):
origin: io.OutErrCapture
where:
changes in __dict__ after execution:
function source:
def __init__(self, out=True, err=True, patchsys=True):
if out:
self.out = FDCapture(1)
if patchsys:
self.out.setasfile('stdout')
if err:
self.err = FDCapture(2)
if patchsys:
self.err.setasfile('stderr')
called in /tmp/pytest-418/test_drive/capturing/conftest.py
traceback io.OutErrCapture.__init__.0
called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py
traceback io.OutErrCapture.__init__.1
called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py
traceback io.OutErrCapture.__init__.2
called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py
traceback io.OutErrCapture.__init__.3
called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py
traceback io.OutErrCapture.__init__.4
called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py
traceback io.OutErrCapture.__init__.5
called in /home/johnny/projects/merlinux/py/dist/py/io/capture.py
traceback io.OutErrCapture.__init__.6
called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py
traceback io.OutErrCapture.__init__.7
called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py
traceback io.OutErrCapture.__init__.8
called in /home/johnny/projects/merlinux/py/dist/py/thread/testing/test_pool.py
traceback io.OutErrCapture.__init__.9
called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py
traceback io.OutErrCapture.__init__.10
called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py