Home
last modified time | relevance | path

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

1234

/aosp_15_r20/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:
/aosp_15_r20/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:
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/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)
/aosp_15_r20/external/rust/android-crates-io/crates/jni/tests/
Djava_integers.rs6 use util::{attach_current_thread, print_exception};
39 print_exception(&env); in test_java_integers()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/tests/
Djava_integers.rs6 use util::{attach_current_thread, print_exception};
37 print_exception(&env); in test_java_integers()
/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/tests/util/
Dmod.rs71 pub fn print_exception(env: &JNIEnv) { in print_exception() function
82 print_exception(env); in unwrap()
/aosp_15_r20/external/rust/android-crates-io/crates/jni/tests/util/
Dmod.rs71 pub fn print_exception(env: &JNIEnv) { in print_exception() function
82 print_exception(env); in unwrap()
/aosp_15_r20/external/python/cpython2/Demo/pysvr/
Dpysvr.py88 traceback.print_exception(SyntaxError, err, None, file=stdout)
117 traceback.print_exception(type, value, tb)
/aosp_15_r20/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)
/aosp_15_r20/external/python/cpython2/Lib/wsgiref/
Dhandlers.py291 from traceback import print_exception
293 print_exception(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/wsgiref/
Dhandlers.py366 from traceback import print_exception
368 print_exception(
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/wsgiref/
H A Dhandlers.py366 from traceback import print_exception
368 print_exception(
/aosp_15_r20/external/python/cpython3/Lib/wsgiref/
Dhandlers.py366 from traceback import print_exception
368 print_exception(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/wsgiref/
Dhandlers.py366 from traceback import print_exception
368 print_exception(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/wsgiref/
Dhandlers.py366 from traceback import print_exception
368 print_exception(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/wsgiref/
Dhandlers.py366 from traceback import print_exception
368 print_exception(
/aosp_15_r20/external/python/cpython3/Lib/
Dcgi.py877 print_exception()
890 print_exception()
892 def print_exception(type=None, value=None, tb=None, limit=None): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcgi.py877 print_exception()
890 print_exception()
892 def print_exception(type=None, value=None, tb=None, limit=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcgi.py877 print_exception()
890 print_exception()
892 def print_exception(type=None, value=None, tb=None, limit=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcgi.py877 print_exception()
890 print_exception()
892 def print_exception(type=None, value=None, tb=None, limit=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcgi.py877 print_exception()
890 print_exception()
892 def print_exception(type=None, value=None, tb=None, limit=None): function

1234