Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ pack_exception
Function
pack_exception
dask/threaded.py:35–36 ·
view source on GitHub ↗
(e, dumps)
Source
from the content-addressed store, hash-verified
33
34
35
def
pack_exception(e, dumps):
36
return
e, sys.exc_info()[2]
37
38
39
class
ContextAwareThreadPoolExecutor(ThreadPoolExecutor):
Callers
1
execute_task
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected