method: test.Function.startcapture

*Not documented*
    def startcapture(self): 

origin: test.Item

where:

changes in __dict__ after execution:

function source:

def startcapture(self): 
    if not self.option.nocapture and not self.option.usepdb: 
        # XXX refactor integrate capturing
        #self._capture = py.io.OutErrCapture() 
        from py.__.misc.simplecapture import SimpleOutErrCapture
        self._capture = SimpleOutErrCapture()

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.0

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.1

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.2

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.3

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.4

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.5

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.6

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.7

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.8

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.9

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.10

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.11

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.12

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.13

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.14

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.15

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.16

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.17

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.18

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.19

called in /home/johnny/projects/merlinux/py/dist/py/test/session.py

traceback test.Function.startcapture.20