Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _pack_traceback
Function
_pack_traceback
dask/multiprocessing.py:102–103 ·
view source on GitHub ↗
(tb)
Source
from the content-addressed store, hash-verified
100
tblib.pickling_support.install()
101
102
def
_pack_traceback(tb):
103
return
tb
104
105
except
ImportError:
106
Callers
1
pack_exception
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected