function: test.exit

*Not documented*
def exit(msg, item=None): 

origin:<UNKNOWN>

where:

exceptions that might appear during execution:

function source:

def exit(msg, item=None): 
    raise Exit(msg=msg, item=item)

call sites:

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

traceback test.exit.0