class documentation

class SetLikeDict(dict): (source)

View In Hierarchy

a dictionary that has some setlike methods on it

Method union produce a 'union' of this dict and another (at the key level).
def union(self, other): (source)

produce a 'union' of this dict and another (at the key level). values in the second dict take precedence over that of the first