unilab.ipc.collector_error.ExceptionWrapper

class unilab.ipc.collector_error.ExceptionWrapper[source]

Bases: object

Picklable exception + traceback for cross-process propagation.

Stores the exception type and a pre-formatted traceback string (not exc_info — that would create reference cycles preventing GC of objects in the exception scope).

Parameters:

where (str)

Methods

__init__([where])

reraise()

__init__(where='in collector')[source]
Parameters:

where (str)

reraise()[source]
Return type:

None