ValueUInt64¶
- class dsviper.ValueUInt64(initial_value=None)¶
Bases:
objectA class used to represent a value of type uint64. Seamless with a Python int.
Or use Value.create(Type.UINT64 [, initial_value]).
- ONE = 1¶
- ZERO = 0¶
- static cast(value: Value) ValueUInt64¶
Return an uint64 or raise.
- copy() ValueUInt64¶
Return a deep copy.
- encoded() int¶
Return a Python int.
- hash() int¶
Return the hash value.
- representation() str¶
Return the representation.
- static try_parse(string: str) ValueUInt64 | None¶
Return an uint64 or None.
- type_code() str¶
Return the type code.