method: code.ExceptionInfo.__str__

*Not documented*
    def __str__(self):

origin: code.ExceptionInfo

where:

function source:

def __str__(self):
    # XXX wrong str
    return self.exconly() 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback code.ExceptionInfo.__str__.0