BoolType BoolType() Validates whether the type of the input is boolean. v.boolType().validate(True) # true v.boolType().validate(False) # true Categorization Booleans Types Changelog Version Description 1.0.0 Created See also: ListType BoolVal CallableType FloatType FloatVal IntType No NoneType Number StringType StringVal TrueVal Type Yes