__init__# Boolean.__init__(name=None, parent=None)# Initialize an instance of the Base class. Parameters: namestr, optionalName of the object if it is a named-object child. parent: BaseParent of the object.