ValueString¶
- class dsviper.ValueString(initial_value=None)¶
Bases:
objectA class used to represent a value of type string. Seamless with a Python str.
Or use Value.create(Type.STRING [, initial_value]).
- EMPTY = ''¶
- static cast(value: Value) ValueString¶
Return a string or raise.
- copy() ValueString¶
Return a deep copy.
- encoded() str¶
Return a Python str.
- hash() int¶
Return the hash value.
- representation() str¶
Return the representation.
- type_code() str¶
Return the type code.