Home
last modified time | relevance | path

Searched refs:format_exception_only (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_traceback.py21 return traceback.format_exception_only(exc, value)
127 lst = traceback.format_exception_only(e.__class__, e)
148 err = traceback.format_exception_only(str_type, None)
155 err = traceback.format_exception_only(str_type, str_value)
163 err = traceback.format_exception_only(X, X())
169 err = traceback.format_exception_only(None, None)
174 lines = traceback.format_exception_only(type(err), err)
178 lines = traceback.format_exception_only(type(err), err)
/external/python/cpython2/Lib/
Dtraceback.py126 lines = format_exception_only(etype, value)
144 list = list + format_exception_only(etype, value)
147 def format_exception_only(etype, value): function
Dcode.py138 list = traceback.format_exception_only(type, value)
159 list[len(list):] = traceback.format_exception_only(type, value)
Dpy_compile.py48 tbtext = ''.join(traceback.format_exception_only(exc_type, exc_value))
Dcgi.py937 traceback.format_exception_only(type, value)
Ddoctest.py1337 exc_msg = traceback.format_exception_only(*exc_info[:2])[-1]
/external/libmojo/third_party/catapult/devil/devil/android/
Dports.py174 exception_error_msgs = traceback.format_exception_only(type(e), e)
/external/chromium-trace/catapult/devil/devil/android/
Dports.py174 exception_error_msgs = traceback.format_exception_only(type(e), e)
/external/python/cpython2/Doc/library/
Dtraceback.rst102 .. function:: format_exception_only(etype, value)
280 >>> traceback.format_exception_only(type(an_error), an_error)
Ddoctest.rst1318 :func:`traceback.format_exception_only`. :attr:`exc_msg` ends with a newline
/external/python/cpython2/Lib/idlelib/
Drun.py183 lines = traceback.format_exception_only(typ, val)
/external/python/cpython2/Misc/
DNEWS6308 - Issue #8313: ``traceback.format_exception_only()`` encodes unicode message to
11634 - Fix a bug in traceback.format_exception_only() that led to an error