PlasmaCalcs.tools.multiprocessing.CrashIfCalled

class PlasmaCalcs.tools.multiprocessing.CrashIfCalled(errmsg=None)

Bases: object

callable which is not intended to be called. Crashes when called.
Crashes with error message provided in __init__, if any.
__init__(errmsg=None)

Methods

__init__([errmsg])