method: io.OutErrCapture.reset

*Not documented*
    def reset(self): 

origin: io.OutErrCapture

where:

exceptions that might appear during execution:

function source:

def reset(self): 
    out = err = ""
    if hasattr(self, 'out'): 
        outfile = self.out.done() 
        out = outfile.read()
    if hasattr(self, 'err'): 
        errfile = self.err.done() 
        err = errfile.read()
    return out, err 

call sites:

called in /tmp/pytest-418/test_drive/capturing/conftest.py

traceback io.OutErrCapture.reset.0

called in /home/johnny/projects/merlinux/py/dist/py/thread/testing/test_pool.py

traceback io.OutErrCapture.reset.1

called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py

traceback io.OutErrCapture.reset.2

called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py

traceback io.OutErrCapture.reset.3

called in /home/johnny/projects/merlinux/py/dist/py/io/capture.py

traceback io.OutErrCapture.reset.4

called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py

traceback io.OutErrCapture.reset.5

called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py

traceback io.OutErrCapture.reset.6

called in None</home/johnny/projects/merlinux/py/dist/py/test/raises.py:20>

traceback io.OutErrCapture.reset.7

called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py

traceback io.OutErrCapture.reset.8

called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py

traceback io.OutErrCapture.reset.9

called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py

traceback io.OutErrCapture.reset.10

called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py

traceback io.OutErrCapture.reset.11

called in None</home/johnny/projects/merlinux/py/dist/py/test/raises.py:20>

traceback io.OutErrCapture.reset.12

called in /home/johnny/projects/merlinux/py/dist/py/io/test/test_capture.py

traceback io.OutErrCapture.reset.13