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.