MCPcopy 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
35def pack_exception(e, dumps):
36 return e, sys.exc_info()[2]
37
38
39class ContextAwareThreadPoolExecutor(ThreadPoolExecutor):

Callers 1

execute_taskFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected