MapValue

class tracdap.metadata.MapValue

A map value holds a map of string keys to other Values.

Maps may be uniform (holding all the same value type) or non-uniform (holding mixed value types) depending on the type descriptor of the Value that contains them.

entries: Dict[str, Value]

entries