Home
last modified time | relevance | path

Searched refs:print_exception (Results 1 – 25 of 46) sorted by relevance

12

/external/rust/crates/jni/tests/
Djava_integers.rs6 use util::{attach_current_thread, print_exception};
39 print_exception(&env); in test_java_integers()
/external/rust/crates/jni/0.20.0/tests/
Djava_integers.rs6 use util::{attach_current_thread, print_exception};
37 print_exception(&env); in test_java_integers()
/external/python/cpython2/Doc/library/
Dtraceback.rst32 .. function:: print_exception(etype, value, tb[, limit[, file]])
45 This is a shorthand for ``print_exception(sys.exc_type, sys.exc_value,
61 This is a shorthand for ``print_exception(sys.last_type, sys.last_value,
71 :func:`print_exception`.
117 same meaning as the corresponding arguments to :func:`print_exception`. The
120 exactly the same text is printed as does :func:`print_exception`.
185 print "*** print_exception:"
186 traceback.print_exception(exc_type, exc_value, exc_traceback,
209 *** print_exception:
/external/rust/crates/jni/0.20.0/tests/util/
Dmod.rs71 pub fn print_exception(env: &JNIEnv) { in print_exception() function
82 print_exception(env); in unwrap()
/external/rust/crates/jni/tests/util/
Dmod.rs71 pub fn print_exception(env: &JNIEnv) { in print_exception() function
82 print_exception(env); in unwrap()
/external/python/cpython2/Lib/idlelib/
Drun.py127 print_exception()
131 traceback.print_exception(type, value, tb, file=sys.__stderr__)
170 def print_exception(): function
336 print_exception()
/external/python/cpython2/Demo/pysvr/
Dpysvr.py88 traceback.print_exception(SyntaxError, err, None, file=stdout)
117 traceback.print_exception(type, value, tb)
/external/python/cpython2/Lib/
Dtraceback.py110 def print_exception(etype, value, tb, limit=None, file=None): function
233 print_exception(etype, value, tb, limit, file)
254 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
Dcgi.py915 print_exception()
928 print_exception()
930 def print_exception(type=None, value=None, tb=None, limit=None): function
/external/python/cpython3/Lib/idlelib/
Drun.py178 print_exception()
182 traceback.print_exception(type, value, tb, file=sys.__stderr__)
235 def print_exception(): function
592 print_exception()
598 print_exception()
/external/python/cpython3/Doc/library/
Dtraceback.rst45 .. function:: print_exception(exc, /[, value, tb], limit=None, \
83 This is a shorthand for ``print_exception(sys.exception(), limit, file,
89 This is a shorthand for ``print_exception(sys.last_type, sys.last_value,
161 same meaning as the corresponding arguments to :func:`print_exception`. The
164 exactly the same text is printed as does :func:`print_exception`.
171 :func:`print_exception`.
331 some containing internal newlines. :func:`~traceback.print_exception`
476 print("*** print_exception:")
477 traceback.print_exception(exc, limit=2, file=sys.stdout)
500 *** print_exception:
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_run.py33 run.print_exception()
74 run.print_exception()
400 cls.addClassCleanup(setattr,run,'print_exception',run.print_exception)
402 run.print_exception = cls.prt
417 sys.excepthook = lambda t, e, tb: run.print_exception(t)
/external/python/cpython3/Tools/peg_generator/pegen/
D__main__.py43 traceback.print_exception(err.__class__, err, None)
68 traceback.print_exception(err.__class__, err, None)
Dparser.py312 traceback.print_exception(err.__class__, err, None)
/external/python/cpython2/Tools/faqwiz/
Dfaqw.py33 cgi.print_exception(t, v, tb)
/external/python/cpython2/Lib/wsgiref/
Dhandlers.py291 from traceback import print_exception
293 print_exception(
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py366 from traceback import print_exception
368 print_exception(
/external/python/cpython3/Lib/
Dcgi.py877 print_exception()
890 print_exception()
892 def print_exception(type=None, value=None, tb=None, limit=None): function
Dtraceback.py111 def print_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ function
183 print_exception(*sys.exc_info(), limit=limit, file=file, chain=chain)
194 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
/external/python/pyyaml/tests/lib/
Dtest_appliance.py95 traceback.print_exception(file=sys.stdout, *info)
/external/python/cpython3/Lib/test/
Dtest_traceback.py311 traceback.print_exception(
318 traceback.print_exception(Exception("projector"), file=output)
339 traceback.print_exception(None, file=excfile)
343 traceback.print_exception(None, None, None, file=excfile)
361 str(inspect.signature(traceback.print_exception)),
1234 traceback.print_exception(type(eg), eg, eg.__traceback__)
1253 traceback.print_exception(42)
2004 traceback.print_exception(type(e), e, e.__traceback__)
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b4.rst113 Fix a regression in traceback.print_exception(). If exc_traceback is None
/external/python/cpython3/Python/
Dpythonrun.c1213 print_exception(struct exception_print_context *ctx, PyObject *value) in print_exception() function
1399 print_exception(ctx, value); in print_exception_group()
1509 if (print_exception(ctx, value) < 0) { in print_exception_recursive()
/external/antlr/runtime/JavaScript/tests/functional/
Drhino-python.input190 traceback.print_exception(exc_type, exc_value, exc_traceback, l-m)
/external/python/cpython2/Lib/logging/
D__init__.py439 traceback.print_exception(ei[0], ei[1], ei[2], None, sio)
818 traceback.print_exception(ei[0], ei[1], ei[2],

12