MCPcopy Index your code
hub / github.com/python/cpython / _rebuild_exc

Function _rebuild_exc

Lib/concurrent/futures/process.py:146–148  ·  view source on GitHub ↗
(exc, tb)

Source from the content-addressed store, hash-verified

144 return _rebuild_exc, (self.exc, self.tb)
145
146def _rebuild_exc(exc, tb):
147 exc.__cause__ = _RemoteTraceback(tb)
148 return exc
149
150class _WorkItem(object):
151 def __init__(self, future, fn, args, kwargs):

Callers

nothing calls this directly

Calls 1

_RemoteTracebackClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…