ValueBool¶
- class dsviper.ValueBool(value)¶
Bases:
objectA class used to represent a value of type bool. Seamless with a Python bool.
Or use Value.create(Type.BOOL [, True|False]).
- FALSE = false¶
- TRUE = true¶
- encoded() bool¶
Return a Python bool.
- hash() int¶
Return the hash value.
- representation() str¶
Return the representation.
- type_code() str¶
Return the type code.