DSMTypeMap

class dsviper.DSMTypeMap

Bases: object

A class used to represent the type map<key_type, element_type>.

Note: Not directly instantiable.

element_type() DSMType

Return the type of the element.

key_type() DSMType

Return the type of the key.