You are viewing an older version (9.10.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.10.0 / IPython / core / ultratb / ListTB / get_exception_only

function

IPython.core.ultratb:ListTB.get_exception_only

source: /IPython/core/ultratb.py :405

Signature

def   get_exception_only ( self etype value )

Summary

Only print the exception type and message, without a traceback.

Parameters

etype : exception type
value : exception value

Aliases

  • IPython.core.ultratb.ListTB.get_exception_only