Home
last modified time | relevance | path

Searched refs:_format_exc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dthreading.py8 from traceback import format_exc as _format_exc unknown
927 (self.name, _format_exc()), file=_sys.stderr)
/external/python/cpython2/Lib/
Dthreading.py16 from traceback import format_exc as _format_exc unknown
814 (self.name, _format_exc()))