MCPcopy 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
105except ImportError:
106

Callers 1

pack_exceptionFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected