HomeSort by relevance Sort by last modified time
    Searched refs:_format_exc (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/
threading.py 16 from traceback import format_exc as _format_exc
814 (self.name, _format_exc()))
    [all...]
  /external/python/cpython3/Lib/
threading.py 8 from traceback import format_exc as _format_exc
927 (self.name, _format_exc()), file=_sys.stderr)
    [all...]

Completed in 79 milliseconds