GLOBAL_BOOL#

class diffsims.utils.generic_utils.GLOBAL_BOOL(val)[source]#

Bases: object

An object which behaves like a bool but can be changed in-place by set or by calling as a function.

Methods

GLOBAL_BOOL.set(val)