Bool# class swordfish._swordfishcpp.Bool(data: bool)# class swordfish._swordfishcpp.Bool Represents a Swordfish Bool object, initialized optionally with a Python bool value. Examples:>>> import swordfish as sf >>> sf.data.Bool() Bool(null) >>> sf.data.Bool(True) Bool(true) NULL_VALUE: Bool#