ValueInt8¶
- class dsviper.ValueInt8(initial_value=None)¶
Bases:
objectA class used to represent a value of type int8. Seamless with a Python int.
Or use Value.create(Type.INT8 [, initial_value]).
- ONE = 1¶
- ZERO = 0¶
- encoded() int¶
Return a Python int.
- hash() int¶
Return the hash value.
- representation() str¶
Return the representation.
- type_code() str¶
Return the type code.