Home
last modified time | relevance | path

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

12

/third_party/python/Lib/test/test_importlib/partial/
Dcfimport.py15 traceback.print_exc()
22 traceback.print_exc()
Dpool_in_threads.py12 traceback.print_exc()
/third_party/python/Lib/
Dtimeit.py137 def print_exc(self, file=None): member in Timer
162 traceback.print_exc(file=file)
328 t.print_exc()
337 t.print_exc()
Dpdb.py1702 traceback.print_exc()
1735 traceback.print_exc()
1738 traceback.print_exc()
/third_party/python/Lib/test/
Dtest_threadedtempfile.py22 from traceback import print_exc
45 print_exc(file=self.errors)
Dtest_traceback.py270 traceback.print_exc(None, file=excfile)
324 traceback.print_exc()
327 traceback.print_exc(file=excfile)
562 self._check_recursive_traceback_display(traceback.print_exc)
/third_party/python/Lib/idlelib/
Drun.py244 def print_exc(typ, exc, tb): function
249 print_exc(type(cause), cause, cause.__traceback__)
255 print_exc(type(context), context, context.__traceback__)
269 print_exc(typ, val, tb)
419 traceback.print_exc(limit=-20, file=erf)
Drpc.py116 traceback.print_exc(file=erf)
213 traceback.print_exc(file=sys.__stderr__)
/third_party/python/Tools/demo/
Drpythond.py49 traceback.print_exc(100)
/third_party/grpc/src/python/grpcio_tests/tests/stress/
Dtest_runner.py54 traceback.print_exc()
/third_party/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py191 traceback.print_exc()
197 traceback.print_exc()
/third_party/grpc/tools/run_tests/python_utils/
Dcheck_on_pr.py69 traceback.print_exc(e)
/third_party/flutter/skia/tools/skp/
Dwebpages_playback.py278 traceback.print_exc()
313 traceback.print_exc()
323 traceback.print_exc()
/third_party/skia/tools/skp/
Dwebpages_playback.py280 traceback.print_exc()
315 traceback.print_exc()
325 traceback.print_exc()
/third_party/skia/third_party/externals/angle2/scripts/
Drun_gtest_angle_test.py115 traceback.print_exc()
/third_party/python/Doc/library/
Dtraceback.rst75 .. function:: print_exc(limit=None, file=None, chain=True)
170 This is like ``print_exc(limit)`` but returns a string instead of printing to
388 traceback.print_exc(file=sys.stdout)
419 print("*** print_exc:")
420 traceback.print_exc(limit=2, file=sys.stdout)
450 *** print_exc:
/third_party/libxml2/doc/
Dqueries.py108 traceback.print_exc(file=sys.stdout)
/third_party/mbedtls/tests/scripts/
Danalyze_outcomes.py127 traceback.print_exc()
/third_party/grpc/tools/distrib/python/
Dmake_grpcio_tools.py167 traceback.print_exc(file=sys.stderr)
/third_party/PyYAML/tests/lib/
Dtest_appliance.py67 traceback.print_exc(limit=1, file=sys.stdout)
/third_party/python/Lib/multiprocessing/
Dprocess.py331 traceback.print_exc()
Dutil.py303 traceback.print_exc()
Dqueues.py282 traceback.print_exc()
/third_party/python/Lib/unittest/test/
Dtest_async_case.py323 traceback.print_exc()
/third_party/mesa3d/src/compiler/nir/
Dnir_algebraic.py1152 traceback.print_exc(file=sys.stderr)
1178 traceback.print_exc(file=sys.stderr)

12