Home
last modified time | relevance | path

Searched refs:_RemoteTraceback (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/concurrent/futures/
H A Dprocess.py118 class _RemoteTraceback(Exception): class
136 exc.__cause__ = _RemoteTraceback(tb)
173 e.__cause__ = _RemoteTraceback('\n"""\n{}"""'.format(''.join(tb)))
485 bpe.__cause__ = _RemoteTraceback(
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py1041 self.assertIs(type(cause), futures.process._RemoteTraceback)

Completed in 4 milliseconds