ValueVoid¶
- class dsviper.ValueVoid¶
Bases:
objectA class used to represent a value of type void. Seamless with Python None. Or use Value.create(Type.VOID).
Note: Not directly instantiable.
- encoded() None¶
Return Python None.
- hash() int¶
Return the hash value.
- representation() str¶
Return the representation.
- type_code() str¶
Return the type code.